u-boot-brain/board/freescale/mpc8315erdb/config.mk

10 lines
143 B
Makefile
Raw Normal View History

ifndef NAND_SPL
ifeq ($(CONFIG_MK_NAND), y)
TEXT_BASE = $(CONFIG_RAMBOOT_TEXT_BASE)
endif
endif
ifndef TEXT_BASE
TEXT_BASE = 0xFE000000
endif