]> git.sur5r.net Git - u-boot/blobdiff - arch/mips/cpu/mips32/config.mk
Merge 'u-boot-atmel/master' into 'u-boot-arm/master'
[u-boot] / arch / mips / cpu / mips32 / config.mk
index 4d1b27379d8973e05352ab472d0ece07e20a5582..481e9844db232474da43344bac63b6f226924a97 100644 (file)
 # Note: Toolchains with binutils prior to v2.16
 # are no longer supported by U-Boot MIPS tree!
 #
-MIPSFLAGS = -march=mips32r2
-
-ifneq (,$(findstring 4KCle,$(CROSS_COMPILE)))
-ENDIANNESS = -EL
-else
-ENDIANNESS = -EB
-endif
-
-MIPSFLAGS += $(ENDIANNESS)
+MIPSFLAGS := -march=mips32r2
 
 PLATFORM_CPPFLAGS += $(MIPSFLAGS)
+
+CONFIG_STANDALONE_LOAD_ADDR ?= 0x80200000 -T mips.lds