[U-Boot] [PATCH 3/6] PPC: 85xx: Remove IVOR reset
Alexander Graf
agraf at suse.de
Thu Apr 17 09:16:18 CEST 2014
> Am 17.04.2014 um 02:46 schrieb York Sun <yorksun at 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
More information about the U-Boot
mailing list