]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/prodrive/p3p440/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / board / prodrive / p3p440 / config.mk
index 60d3bf4d27ce4b76aff3d278126c84ef2456a967..0b628cfac7a4218636ce5f09542c3bb116dfd50d 100644 (file)
 # esd ADCIOP boards
 #
 
-#TEXT_BASE = 0xFFFE0000
+#CONFIG_SYS_TEXT_BASE = 0xFFFE0000
 
 ifeq ($(ramsym),1)
-TEXT_BASE = 0x07FD0000
+CONFIG_SYS_TEXT_BASE = 0x07FD0000
 else
-TEXT_BASE = 0xFFFC0000
+CONFIG_SYS_TEXT_BASE = 0xFFFC0000
 endif
 
 PLATFORM_CPPFLAGS += -DCONFIG_440=1