[U-Boot] [PATCH 1/3] ppc4xx: Add SPL support

Stefan Roese sr at denx.de
Tue Apr 2 10:29:46 CEST 2013


Hi Rommel,

On 30.03.2013 03:04, Rommel G Custodio wrote:
>> diff --git a/arch/powerpc/cpu/ppc4xx/Makefile b/arch/powerpc/cpu/ppc4xx/Makefile
>> index 8da2f86..e301dc6 100644
>> --- a/arch/powerpc/cpu/ppc4xx/Makefile
>> +++ b/arch/powerpc/cpu/ppc4xx/Makefile
>> @@ -68,6 +68,10 @@ COBJS	+= miiphy.o
>>  COBJS	+= uic.o
>>  endif
>>  
>> +ifdef CONFIG_SPL_BUILD
>> +COBJS-y += spl_boot.o
>> +endif
>> +
>>  SRCS	:= $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
>>  OBJS	:= $(addprefix $(obj),$(SOBJS) $(COBJS) $(COBJS-y))
>>  START	:= $(addprefix $(obj),$(START))
> 
> I think spl_boot.c is missing from this patch series.

Yes, its missing. I'll resubmit shortly.

Thanks,
Stefan


More information about the U-Boot mailing list