]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sorcery/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[karo-tx-uboot.git] / board / sorcery / config.mk
index 25de0b5a31d5c27900ffc36a6d543cd52325f051..b159c653b48dd82ac784e1478bd6082c230ca77d 100644 (file)
@@ -25,5 +25,6 @@
 # sorcery board
 #
 
-TEXT_BASE = 0xfff00000
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
+CONFIG_SYS_TEXT_BASE = 0xfff00000
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+       -I$(TOPDIR)/board