]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/yosemite/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / board / amcc / yosemite / config.mk
index df5466e2c05cb28d32c4e7234af48b08ac7e25b5..0523aa3b425676da6c2ef8b0435c37fd4b04e517 100644 (file)
 # esd ADCIOP boards
 #
 
-#TEXT_BASE = 0x00001000
+#CONFIG_SYS_TEXT_BASE = 0x00001000
 
 ifeq ($(ramsym),1)
-TEXT_BASE = 0xFBD00000
+CONFIG_SYS_TEXT_BASE = 0xFBD00000
 else
-TEXT_BASE = 0xFFF80000
+CONFIG_SYS_TEXT_BASE = 0xFFF80000
 endif
 
 PLATFORM_CPPFLAGS += -DCONFIG_440=1