From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Fri, 05 Apr 2013 15:39:50 +0200 Subject: [U-Boot] [PATCH v4 4/6] omap_gpmc: change nandecc command In-Reply-To: <515EBA04.4030802@gmail.com> References: <1365000650-1348-1-git-send-email-andreas.devel@googlemail.com> <1365155570-21549-1-git-send-email-andreas.devel@googlemail.com> <515EBA04.4030802@gmail.com> Message-ID: <515ED426.4080305@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Thomas Weber, On 04/05/2013 01:48 PM, Thomas Weber wrote: > Hello Andreas, > > this patch fixes the reported BUG(). > > The output is now: > > -----8<--------- > OMAP3 DevKit8000 # nandecc hw hamming > 1-bit hamming HW ECC selected > OMAP3 DevKit8000 # nandecc hw bch8 > Unsupported HW ECC algorithm > NAND_ECC_NONE selected by board driver. This is not recommended !! > OMAP3 DevKit8000 # > ----->8--------- as expected. It is up to the user to choose the correct setup. Now he has the opportunity to switch back to hamming for example. Best regards Andreas Bie?mann