[U-Boot] [RFC PATCH 7/7] spl: mmc: FAT support boot u-boot

Bo Shen voice.shen at atmel.com
Thu Oct 31 08:50:25 CET 2013


Hi Heiko,

On 10/31/2013 15:42, Heiko Schocher wrote:
> Hello Bo,
>
> Am 30.10.2013 10:15, schrieb Bo Shen:
>> Enable SPL support which can load u-boot from SD card in FAT format.
>>
>> Signed-off-by: Bo Shen<voice.shen at atmel.com>
>>
>> ---
>>   arch/arm/cpu/armv7/Makefile            |    2 +-
>>   arch/arm/cpu/armv7/at91/u-boot-spl.lds |   50 +++++++++++++
>
> Why do you need a special lds file?
>
> Does arch/arm/cpu/u-boot-spl.lds not fit for you?

As the bss segment is too big, which exceed the size of sram, it needs 
to put the bss into sdram. So, I add this lds file.

> bye,
> Heiko

Best Regards,
Bo Shen


More information about the U-Boot mailing list