diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-01-31 15:57:01 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-04-04 09:24:40 -0500 |
commit | 00203c64648bb2a7e20dac8cde850de6c1044db6 (patch) | |
tree | b62676b066e20f0c99ce195a3b7283af16d69530 /include/configs/MPC8569MDS.h | |
parent | 561e710a979c86a0c647dd70d143cafc123bcd64 (diff) | |
download | u-boot-imx-00203c64648bb2a7e20dac8cde850de6c1044db6.zip u-boot-imx-00203c64648bb2a7e20dac8cde850de6c1044db6.tar.gz u-boot-imx-00203c64648bb2a7e20dac8cde850de6c1044db6.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index 9e24e12..b815ed0 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 |