summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8569MDS.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-01-31 15:57:01 -0600
committerKumar Gala <galak@kernel.crashing.org>2011-04-04 09:24:40 -0500
commit00203c64648bb2a7e20dac8cde850de6c1044db6 (patch)
treeb62676b066e20f0c99ce195a3b7283af16d69530 /include/configs/MPC8569MDS.h
parent561e710a979c86a0c647dd70d143cafc123bcd64 (diff)
downloadblackbird-obmc-uboot-00203c64648bb2a7e20dac8cde850de6c1044db6.tar.gz
blackbird-obmc-uboot-00203c64648bb2a7e20dac8cde850de6c1044db6.zip
powerpc/85xx: Remove config.mk for nand linker script
Move the include of mpc85xx/u-boot-nand.lds to utilize CONFIG_SYS_LDSCRIPT rather than having an explicit config.mk Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC8569MDS.h')
-rw-r--r--include/configs/MPC8569MDS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h
index 9e24e12907..b815ed0449 100644
--- a/include/configs/MPC8569MDS.h
+++ b/include/configs/MPC8569MDS.h
@@ -72,6 +72,7 @@ extern unsigned long get_clock_freq(void);
#define CONFIG_SYS_TEXT_BASE_SPL 0xfff00000
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE_SPL /* start of monitor */
#else
+#define CONFIG_SYS_LDSCRIPT $(TOPDIR)/$(CPUDIR)/u-boot-nand.lds
#define CONFIG_SYS_TEXT_BASE 0xf8f82000
#endif
#endif
OpenPOWER on IntegriCloud