From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Thu, 31 Oct 2013 15:50:25 +0800 Subject: [U-Boot] [RFC PATCH 7/7] spl: mmc: FAT support boot u-boot In-Reply-To: <527209E7.4030102@denx.de> References: <1383124508-8413-1-git-send-email-voice.shen@atmel.com> <1383124508-8413-8-git-send-email-voice.shen@atmel.com> <527209E7.4030102@denx.de> Message-ID: <52720BC1.7050003@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >> >> --- >> 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