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>
This commit is contained in:
Daniel Schwierzeck 2012-08-21 23:38:25 +02:00
parent 2c0e3de384
commit 0efcdb15f9
3 changed files with 4 additions and 2 deletions

View File

@ -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__
#

View File

@ -30,3 +30,5 @@
MIPSFLAGS := -march=mips32r2
PLATFORM_CPPFLAGS += $(MIPSFLAGS)
CONFIG_STANDALONE_LOAD_ADDR ?= 0x80200000 -T mips.lds

View File

@ -21,3 +21,5 @@
#
PLATFORM_CPPFLAGS += -march=mips32
CONFIG_STANDALONE_LOAD_ADDR ?= 0x80200000 -T mips.lds