From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Thu, 22 Jan 2015 08:51:47 +0800 Subject: [U-Boot] [PATCH v2] ARM: atmel: at91sam9m10g45ek: enable SPL In-Reply-To: <54BF86F4.60403@denx.de> References: <1421833558-11013-1-git-send-email-voice.shen@atmel.com> <54BF86F4.60403@denx.de> Message-ID: <54C049A3.2040808@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 01/21/2015 07:01 PM, Heiko Schocher wrote: > Hello Bo, > > Am 21.01.2015 10:45, schrieb Bo Shen: >> Supports boot up from NAND flash with software ECC eanbled. >> And supports boot up from SD/MMC card with FAT file system. >> >> As the boot from SD/MMC card with FAT file system, the BSS >> segment is too big to fit into SRAM, so, use the lds to put >> it into SDRAM. >> >> Signed-off-by: Bo Shen >> --- >> >> Changes in v2: >> - This patch based on one patch from Simon Glass >> - http://patchwork.ozlabs.org/patch/430240/ >> - remove the low level init code. >> - correct the stack of corvus board. > > You do not change, nor need to change now with the patch from Simon > something for the corvus board! Oops, forget to remove the last line. > Beside of that: > > Acked-by: Heiko Schocher Thanks. > bye, > Heiko Best Regards, Bo Shen