]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_arm/config.mk
push LOAD_ADDR out to arch mk files
[karo-tx-uboot.git] / lib_arm / config.mk
index 705dfc306c4d578d0142f70fc610dc8ddb15858b..3c078df3c127c2fe680cfc9fa0fc3011d79df3d8 100644 (file)
 
 CROSS_COMPILE ?= arm-linux-
 
+ifeq ($(BOARD),omap2420h4)
+STANDALONE_LOAD_ADDR = 0x80300000
+else
+ifeq ($(SOC),omap3)
+STANDALONE_LOAD_ADDR = 0x80300000
+else
+STANDALONE_LOAD_ADDR = 0xc100000
+endif
+endif
+
 PLATFORM_CPPFLAGS += -DCONFIG_ARM -D__ARM__
 
 # Explicitly specifiy 32-bit ARM ISA since toolchain default can be -mthumb: