From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 11 Apr 2013 14:42:42 -0500 Subject: [U-Boot] [PATCH 2/5][v3] powerpc/mpc85xx: new SPL support for IFC NAND In-Reply-To: <1365665109-27102-1-git-send-email-prabhakar@freescale.com> (from prabhakar@freescale.com on Thu Apr 11 02:25:09 2013) References: <1365665109-27102-1-git-send-email-prabhakar@freescale.com> Message-ID: <1365709362.3640.5@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/11/2013 02:25:09 AM, Prabhakar Kushwaha wrote: > 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 cotrol from NAND SPL > to u-boot image present in DDR. > > Signed-off-by: Prabhakar Kushwaha > --- > Based upon git://git.denx.de/u-boot.git branch master > > Changes for v2: Sending as it is > Changes for v3: Fix tools/checkpatch errors > > arch/powerpc/cpu/mpc85xx/u-boot-spl.lds | 2 +- > board/freescale/common/Makefile | 10 ++ > drivers/mtd/nand/Makefile | 1 + > drivers/mtd/nand/fsl_ifc_spl.c | 258 > +++++++++++++++++++++++++++++++ > 4 files changed, 270 insertions(+), 1 deletion(-) > create mode 100644 drivers/mtd/nand/fsl_ifc_spl.c Did you use -C in git format-patch? I'd expect fsl_ifc_spl.c to be recognized as a copy. -Scott