e6be33cf6b
Move load address from 0x84000000 to 0x80100000 to avoid wasting memory. Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com> To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2727/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
16 lines
452 B
Text
16 lines
452 B
Text
#
|
|
# NETLOGIC includes
|
|
#
|
|
cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic
|
|
cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic
|
|
|
|
#
|
|
# use mips64 if xlr is not available
|
|
#
|
|
cflags-$(CONFIG_NLM_XLR) += $(call cc-option,-march=xlr,-march=mips64)
|
|
|
|
#
|
|
# NETLOGIC XLR/XLS SoC, Simulator and boards
|
|
#
|
|
core-$(CONFIG_NLM_XLR) += arch/mips/netlogic/xlr/
|
|
load-$(CONFIG_NLM_XLR_BOARD) += 0xffffffff80100000
|