From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Mon, 3 Mar 2014 13:07:33 +0800 Subject: [U-Boot] [PATCH 2/3] mtd: nand: atmel: prepare for nand spl boot support In-Reply-To: <5313EBF1.1010308@atmel.com> References: <1385954663-7682-1-git-send-email-voice.shen@atmel.com> <1385954663-7682-3-git-send-email-voice.shen@atmel.com> <1393547724.2697.64.camel@snotra.buserror.net> <5313EBF1.1010308@atmel.com> Message-ID: <53140E15.4040208@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 Scott, On 03/03/2014 10:41 AM, Bo Shen wrote: > >>> +#ifdef CONFIG_SPL_NAND_SOFTECC >> >> This symbol needs to be documented (I realize it isn't new). > > OK, I will document it. I see in README file, it uses CONFIG_SPL_NAND_ECC for software ecc selection. So, I will use this one while not add new CONFIG_SPL_NAND_SOFTECC in next version. Best Regards, Bo Shen