[U-Boot] [PATCH v2] powerpc/85xx: Remove config.mk for nand linker script

Kumar Gala galak at kernel.crashing.org
Thu Feb 10 06:17:27 CET 2011


On Jan 31, 2011, at 10:53 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>
> ---
> * Use $(TOPDIR)/$(CPUDIR)/u-boot-nand.lds so we should work in O=
> * Move CONFIG_SYS_LDSCRIPT for NAND to !CONFIG_NAND_SPL case
> 
> 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

applied to 85xx next

- k


More information about the U-Boot mailing list