summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8572ds/config.mk
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2010-11-12 08:22:01 -0600
committerKumar Gala <galak@kernel.crashing.org>2011-01-14 01:32:18 -0600
commitcb14e93b55b64feac556030e87835151cdc77be0 (patch)
tree2208f75c1a1e539a52d03e72a0cf1fdee08a0d3a /board/freescale/mpc8572ds/config.mk
parent16dad759758009be79da9c3ce977191ac5a5162f (diff)
downloadblackbird-obmc-uboot-cb14e93b55b64feac556030e87835151cdc77be0.tar.gz
blackbird-obmc-uboot-cb14e93b55b64feac556030e87835151cdc77be0.zip
powerpc/85xx: Add support for booting from NAND on MPC8572DS
Mimic support that exists on MPC8536DS on the MPC8572DS to allow booting from NAND. Signed-off-by: Jin Qing <b24347@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8572ds/config.mk')
-rw-r--r--board/freescale/mpc8572ds/config.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/board/freescale/mpc8572ds/config.mk b/board/freescale/mpc8572ds/config.mk
index 5413921a20..7fd64123df 100644
--- a/board/freescale/mpc8572ds/config.mk
+++ b/board/freescale/mpc8572ds/config.mk
@@ -1,5 +1,5 @@
#
-# Copyright 2007-2008 Freescale Semiconductor, Inc.
+# Copyright 2007-2008,2010 Freescale Semiconductor, Inc.
#
# See file CREDITS for list of people who contributed to this
# project.
@@ -23,4 +23,10 @@
#
# mpc8572ds board
#
+ifndef NAND_SPL
+ifeq ($(CONFIG_NAND), y)
+LDSCRIPT := $(TOPDIR)/$(CPUDIR)/u-boot-nand.lds
+endif
+endif
+
RESET_VECTOR_ADDRESS = 0xeffffffc
OpenPOWER on IntegriCloud