
31 Oct
2013
31 Oct
'13
8:50 a.m.
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 Shenvoice.shen@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