]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sandburst/karef/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / board / sandburst / karef / config.mk
index f2f94c5f6c101ebd6dc0899dede34f209973fd06..46f5b249b627334d2c68f049a76e9c59f98b24f4 100644 (file)
@@ -27,9 +27,9 @@
 #
 
 ifeq ($(ramsym),1)
-TEXT_BASE = 0x07FD0000
+CONFIG_SYS_TEXT_BASE = 0x07FD0000
 else
-TEXT_BASE = 0xFFF80000
+CONFIG_SYS_TEXT_BASE = 0xFFF80000
 endif
 
 PLATFORM_CPPFLAGS += -DCONFIG_440=1