]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cpu87/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[karo-tx-uboot.git] / board / cpu87 / config.mk
index 6a694a40543670f02138b146f3b7d9becb97d505..eba303651c22d203ee66692a513304d2d170d5ea 100644 (file)
 #
 
 ifeq ($(CONFIG_BOOT_ROM),y)
-       TEXT_BASE := 0xFF800000
+       CONFIG_SYS_TEXT_BASE := 0xFF800000
        PLATFORM_CPPFLAGS += -DCONFIG_BOOT_ROM
 else
-       TEXT_BASE := 0xFF000000
+       CONFIG_SYS_TEXT_BASE := 0xFF000000
 endif
 
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
+       -I$(TOPDIR)