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

ifndef TEXT_BASE
TEXT_BASE = 0xFE000000
endif
OpenPOWER on IntegriCloud