
17 Apr
2014
17 Apr
'14
9:16 a.m.
Am 17.04.2014 um 02:46 schrieb York Sun yorksun@freescale.com:
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.
Oops :). Thanks a lot!
Alex