summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8315erdb/config.mk
blob: 5a9212fe4a72d33c1677c29ca3a57ce4196f1a42 (plain)
1
2
3
4
5
6
7
8
9
ifndef NAND_SPL
ifeq ($(CONFIG_NAND), y)
CONFIG_SYS_TEXT_BASE = $(CONFIG_RAMBOOT_TEXT_BASE)
endif
endif

ifndef CONFIG_SYS_TEXT_BASE
CONFIG_SYS_TEXT_BASE = 0xFE000000
endif
OpenPOWER on IntegriCloud