[U-Boot] [PATCH] powerpc/85xx: Remove config.mk for nand linker script
Kumar Gala
galak at kernel.crashing.org
Mon Jan 31 23:37:44 CET 2011
On Jan 31, 2011, at 4:15 PM, Kumar Gala wrote:
> 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 at kernel.crashing.org>
> ---
> board/freescale/mpc8536ds/config.mk | 30 ------------------------------
> board/freescale/mpc8569mds/config.mk | 30 ------------------------------
> board/freescale/mpc8572ds/config.mk | 30 ------------------------------
> board/freescale/p1_p2_rdb/config.mk | 31 -------------------------------
> include/configs/MPC8536DS.h | 1 +
> include/configs/MPC8569MDS.h | 1 +
> include/configs/MPC8572DS.h | 1 +
> include/configs/P1_P2_RDB.h | 1 +
> 8 files changed, 4 insertions(+), 121 deletions(-)
> delete mode 100644 board/freescale/mpc8536ds/config.mk
> delete mode 100644 board/freescale/mpc8569mds/config.mk
> delete mode 100644 board/freescale/mpc8572ds/config.mk
> delete mode 100644 board/freescale/p1_p2_rdb/config.mk
broken in two different ways, will fix both of them:
* use of $(TOPDIR)/$(CPUDIR)
* fix where we define this, it should !CONFIG_NAND_SPL, read the old config.mk incorrectly.
- k
More information about the U-Boot
mailing list