From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 14 Nov 2016 23:07:06 -0600 Subject: [U-Boot] [PATCH 5/7] nand: sunxi: Add options for the SPL NAND configuration In-Reply-To: <352020a574eb12267bdaee0efa48e5b2075c9ae0.1478621974.git-series.maxime.ripard@free-electrons.com> References: <352020a574eb12267bdaee0efa48e5b2075c9ae0.1478621974.git-series.maxime.ripard@free-electrons.com> Message-ID: <1479186426.21746.14.camel@buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2016-11-08 at 17:21 +0100, Maxime Ripard wrote: > The SPL image needs to be built with a different ECC configuration than the > U-Boot binary. > > Add Kconfig options with defaults to provide a value that should work for > anyone, but is still configurable if needs be. > > Signed-off-by: Maxime Ripard > --- > ?drivers/mtd/nand/Kconfig | 16 ++++++++++++++++ > ?1 file changed, 16 insertions(+), 0 deletions(-) Acked-by: Scott Wood -Scott