]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esd/pmc440/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / board / esd / pmc440 / config.mk
index 6e9f735f42bf9a266b81c9e905d70d5188dada87..1c75f0188d313d5b4ce12a814eea65c939946be9 100644 (file)
@@ -22,8 +22,8 @@
 #
 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
 
-ifndef TEXT_BASE
-TEXT_BASE = 0xFFF90000
+ifndef CONFIG_SYS_TEXT_BASE
+CONFIG_SYS_TEXT_BASE = 0xFFF90000
 endif
 
 PLATFORM_CPPFLAGS += -DCONFIG_440=1