qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-ppc] [PATCH 3/6] PPC: 85xx: Remove IVOR reset


From: York Sun
Subject: Re: [Qemu-ppc] [PATCH 3/6] PPC: 85xx: Remove IVOR reset
Date: Wed, 16 Apr 2014 17:46:53 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]