]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/freescale/mpc8569mds/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[thirdparty/u-boot.git] / board / freescale / mpc8569mds / config.mk
index 4f7e18da318f0f9beef4c4b139647ed4f8762356..9adc60604c12acaccd59480fb5dff81c4c8bd482 100644 (file)
 #
 ifndef NAND_SPL
 ifeq ($(CONFIG_NAND), y)
-TEXT_BASE = $(CONFIG_RAMBOOT_TEXT_BASE)
+CONFIG_SYS_TEXT_BASE = $(CONFIG_RAMBOOT_TEXT_BASE)
 LDSCRIPT := $(TOPDIR)/$(CPUDIR)/u-boot-nand.lds
 endif
 endif
 
-ifndef TEXT_BASE
-TEXT_BASE = 0xfff80000
+ifndef CONFIG_SYS_TEXT_BASE
+CONFIG_SYS_TEXT_BASE = 0xfff80000
 endif