]> git.ipfire.org Git - people/ms/u-boot.git/commit - board/freescale/common/Makefile
powerpc/mpc85xx: new SPL support for IFC NAND
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Tue, 16 Apr 2013 07:57:59 +0000 (13:27 +0530)
committerAndy Fleming <afleming@freescale.com>
Thu, 20 Jun 2013 21:08:58 +0000 (16:08 -0500)
commit3a88179d03dfc41154e5bf12826c800dee864b7c
treed1c2452550cf54d2d1e96454544f894ca6da7029
parent74fa22ed731036f0bc3424c720632c1ee2752896
powerpc/mpc85xx: new SPL support for IFC NAND

Linker script is not able find start.o binary. So add its absolute path in
u-boot-spl.lds. This change is similar to u-boot-nand.lds

common/Makefile: Avoid compiling unnecssary files

fsl_ifc_spl.c : It is is responsible for reading u-boot binary from
NAND flash and copying into DDR. It also transfer control from NAND SPL
to u-boot image present in DDR.

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/cpu/mpc85xx/u-boot-spl.lds
board/freescale/common/Makefile
drivers/mtd/nand/Makefile
drivers/mtd/nand/fsl_ifc_spl.c [new file with mode: 0644]