From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Lapin Date: Thu, 17 Jan 2013 09:42:33 -0500 Subject: [U-Boot] [PATCH v2] mtd: resync with Linux-3.7.1 In-Reply-To: <1358374185.18317.13@snotra> References: <1358171210-5062-1-git-send-email-slapin@ossfans.org> <1358374185.18317.13@snotra> Message-ID: <20130117144232.GB18338@build.ihdev.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Scott, > I tried booting on P2020RDB-PC_NAND, and got this: > > >L2: 512 KB already enabled, moving to 0xf8f80000 > >NAND: BUG: failure at nand_base.c:3214/nand_scan_tail()! > >BUG! > >### ERROR ### Please RESET the board ### > > It boots fine without this patch. nand_base.c:3214 is complaining about > missing ecc.strength. You need to update existing U-Boot drivers > for new > API so that nothing breaks. Ask maintainers of particular drivers for > help if necessary. Found the culprit. Will resubmit shortly.