summaryrefslogtreecommitdiffstats
path: root/arch/mips/config.mk
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2012-08-21 23:38:25 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2012-08-24 00:34:47 +0200
commit0efcdb15f991386fea9e8de614b058bce759d557 (patch)
tree6d475660517088b3a48b7d1743943f1d2902068e /arch/mips/config.mk
parent2c0e3de384f6a3323a1ffbf5db390b3081c3e102 (diff)
downloadtalos-obmc-uboot-0efcdb15f991386fea9e8de614b058bce759d557.tar.gz
talos-obmc-uboot-0efcdb15f991386fea9e8de614b058bce759d557.zip
MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles
Prepare for upcoming MIPS64 CPU support. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/config.mk')
-rw-r--r--arch/mips/config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/config.mk b/arch/mips/config.mk
index b680256164..de9140b67b 100644
--- a/arch/mips/config.mk
+++ b/arch/mips/config.mk
@@ -39,8 +39,6 @@ endif
# Default to EB if no endianess is configured
ENDIANNESS ?= -EB
-CONFIG_STANDALONE_LOAD_ADDR ?= 0x80200000 -T mips.lds
-
PLATFORM_CPPFLAGS += -DCONFIG_MIPS -D__MIPS__
#
OpenPOWER on IntegriCloud