From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 16 Apr 2014 17:46:53 -0700 Subject: [U-Boot] [PATCH 3/6] PPC: 85xx: Remove IVOR reset In-Reply-To: <1397228985-17740-4-git-send-email-agraf@suse.de> References: <1397228985-17740-1-git-send-email-agraf@suse.de> <1397228985-17740-4-git-send-email-agraf@suse.de> Message-ID: <534F247D.1030806@freescale.com> 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/2014 08:09 AM, Alexander Graf wrote: > diff --git a/nand_spl/board/freescale/mpc8572ds/Makefile b/nand_spl/board/freescale/mpc8572ds/Makefile > index c639b12..c58b7a4 100644 > --- a/nand_spl/board/freescale/mpc8572ds/Makefile > +++ b/nand_spl/board/freescale/mpc8572ds/Makefile > @@ -78,11 +78,6 @@ $(obj)/resetvec.S: > @rm -f $@ > ln -s $(srctree)/$(CPUDIR)/resetvec.S $@ > > -$(obj)/fixed_ivor.S: > - @rm -f $@ > - ln -sf $(srctree)/arch/powerpc/cpu/mpc85xx/fixed_ivor.S $@ > - > -$(obj)/start.S: $(obj)/fixed_ivor.S > @rm -f $@ > ln -sf $(srctree)/arch/powerpc/cpu/mpc85xx/start.S $@ > You forgot to add back "$(obj)/start.S:". Don't send a new patch. I will fix it when I apply it. York