From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 13 Dec 2011 12:52:07 -0600 Subject: [U-Boot] [PATCH V3] nand_spl_simple: store ecc data on the stack In-Reply-To: References: <1323624146-8402-1-git-send-email-sbabic@denx.de> <1323798615-23154-1-git-send-email-sbabic@denx.de> Message-ID: <4EE79ED7.8050404@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/13/2011 12:04 PM, Tom Rini wrote: > On Tue, Dec 13, 2011 at 10:50 AM, Stefano Babic wrote: >> Currently nand_spl_simple puts it's temp data at 0x10000 offset in SDRAM >> which is likely to contain already loaded data. >> The patch saves the oob data and the ecc on the stack replacing >> the fixed address in RAM. >> >> Signed-off-by: Stefano Babic >> CC: Ilya Yanok >> CC: Scott Wood >> CC: Tom Rini >> CC: Simon Schwarz >> CC: Wolfgang Denk > > Acked-by: Tom Rini > > Which covers the omap config file changes. Assuming Wolfgang doesn't > see a problem with using SYS_... in defines, Scott, do you want this > via your tree (in /next) since it's NAND or in mine since it's TI > boards? Assuming you don't see any problems of course. Thanks! The board-specific stuff is just removing unneeded NAND config items, and isn't depending on other non-NAND patches, so I can take it through my tree -- but if you want me to ACK it (once the minor issues are fixed) to go via your tree so you can build on top of it sooner, that's fine... -Scott