From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 29 Nov 2011 12:43:02 -0600 Subject: [U-Boot] [PATCH 10/13] omap_gpmc: use SOFTECC in SPL if it's enabled In-Reply-To: <1322498261-20645-11-git-send-email-yanok@emcraft.com> References: <1322498261-20645-1-git-send-email-yanok@emcraft.com> <1322498261-20645-11-git-send-email-yanok@emcraft.com> Message-ID: <4ED527B6.8060804@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 11/28/2011 10:37 AM, Ilya Yanok wrote: > Use software ECC for the SPL build if support for software ECC in SPL is > enabled. > > Signed-off-by: Ilya Yanok > --- > drivers/mtd/nand/omap_gpmc.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) Acked-by: Scott Wood -Scott