]> git.ipfire.org Git - thirdparty/u-boot.git/blob - board/freescale/mpc8315erdb/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[thirdparty/u-boot.git] / board / freescale / mpc8315erdb / config.mk
1 ifndef NAND_SPL
2 ifeq ($(CONFIG_NAND), y)
3 CONFIG_SYS_TEXT_BASE = $(CONFIG_RAMBOOT_TEXT_BASE)
4 endif
5 endif
6
7 ifndef CONFIG_SYS_TEXT_BASE
8 CONFIG_SYS_TEXT_BASE = 0xFE000000
9 endif