]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cmi/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[karo-tx-uboot.git] / board / cmi / config.mk
index 564f638a39e2d1b74b00948a98571e4dbe863e4b..b0655451dfdffd40168b36fa6c03ac336251b9ab 100644 (file)
@@ -26,6 +26,7 @@
 #
 
 # Boot from flash at location 0x00000000
-TEXT_BASE = 0x02000000
+CONFIG_SYS_TEXT_BASE = 0x02000000
 
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+       -I$(TOPDIR)