From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 24 Aug 2012 15:35:01 -0500 Subject: [U-Boot] [PATCH 16/17] SPL: Enhance drivers/mtd/nand/nand_spl_load.c In-Reply-To: <1345066254-6911-17-git-send-email-trini@ti.com> References: <1345066254-6911-1-git-send-email-trini@ti.com> <1345066254-6911-17-git-send-email-trini@ti.com> Message-ID: <5037E575.9000304@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 08/15/2012 04:30 PM, Tom Rini wrote: > Takes the load function from arch/arm/lib/spl_nand.c instead. This will > allow for easier integration of SPL-boots-Linux code on other arches. > Kill off CONFIG_SPL_NAND_LOAD as a separate option. I would have complained about the loss of a small CONFIG_SPL_NAND_LOAD, if I hadn't found that moving it into the equivalent of nand_spl_simple.c resulted in a smaller binary. :-P -Scott