Hi Marek,

Le 21/10/2011 22:44, Marek Vasut a écrit :
> On Thursday, October 06, 2011 02:13:26 AM Marek Vasut wrote:
>> This allows the SPL to avoid compiling in the CPU support code.
>>
>> Signed-off-by: Marek Vasut<marek.va...@gmail.com>
>> Cc: Stefano Babic<sba...@denx.de>
>> Cc: Wolfgang Denk<w...@denx.de>
>> Cc: Detlev Zundel<d...@denx.de>
>> Cc: Scott Wood<scottw...@freescale.com>
>> ---
>>   arch/arm/cpu/arm926ejs/Makefile |    7 +++++++
>>   1 files changed, 7 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/cpu/arm926ejs/Makefile
>> b/arch/arm/cpu/arm926ejs/Makefile index 930e0d1..3f9b0f1 100644
>> --- a/arch/arm/cpu/arm926ejs/Makefile
>> +++ b/arch/arm/cpu/arm926ejs/Makefile
>> @@ -28,6 +28,13 @@ LIB       = $(obj)lib$(CPU).o
>>   START      = start.o
>>   COBJS      = cpu.o
>>
>> +ifdef       CONFIG_SPL_BUILD
>> +ifdef       CONFIG_SPL_NO_CPU_SUPPORT_CODE
>> +START       :=
>> +COBJS       :=
>> +endif
>> +endif
>> +
>>   SRCS       := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
>>   OBJS       := $(addprefix $(obj),$(COBJS) $(SOBJS))
>>   START      := $(addprefix $(obj),$(START))
>
> Hi Albert,
>
> can we get this applied please?

I still don't understand what this is supposed to do -- why not linking 
this code is required.

Amicalement,
-- 
Albert.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to