[U-Boot] [PATCH 3/6] PPC: 85xx: Remove IVOR reset

York Sun yorksun at freescale.com
Thu Apr 17 02:46:53 CEST 2014


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



More information about the U-Boot mailing list