-
- Downloads
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>
Showing
- arch/powerpc/cpu/mpc85xx/u-boot-spl.lds 1 addition, 1 deletionarch/powerpc/cpu/mpc85xx/u-boot-spl.lds
- board/freescale/common/Makefile 10 additions, 0 deletionsboard/freescale/common/Makefile
- drivers/mtd/nand/Makefile 1 addition, 0 deletionsdrivers/mtd/nand/Makefile
- drivers/mtd/nand/fsl_ifc_spl.c 258 additions, 0 deletionsdrivers/mtd/nand/fsl_ifc_spl.c
drivers/mtd/nand/fsl_ifc_spl.c
0 → 100644
Please register or sign in to comment