]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/freescale/mpc8315erdb/config.mk
mpc83xx: Add NAND boot support for MPC8315E-RDB boards
[people/ms/u-boot.git] / board / freescale / mpc8315erdb / config.mk
1 ifndef NAND_SPL
2 ifeq ($(CONFIG_MK_NAND), y)
3 TEXT_BASE = $(CONFIG_RAMBOOT_TEXT_BASE)
4 endif
5 endif
6
7 ifndef TEXT_BASE
8 TEXT_BASE = 0xFE000000
9 endif