From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 19 Dec 2011 16:05:09 +0100 Subject: [U-Boot] [PATCH] MXS-NAND: Backport ecc.size from linux kernel In-Reply-To: <4EEF4B2F.104@bluegiga.com> References: <1324230610-22050-1-git-send-email-marek.vasut@gmail.com> <4EEF4B2F.104@bluegiga.com> Message-ID: <201112191605.09793.marek.vasut@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 > Hi Marek, > > On 12/18/2011 07:50 PM, Marek Vasut wrote: > > The ecc.size for mxs NAND driver is set to 1 in Linux kernel and to 512 > > in U-Boot, which causes "ubi part" command malfunction due to wrong > > subpage size. > > [snip] > > Subpage size is now reported correctly and ubifs works fine. Thanks! > > Tested-by: Veli-Pekka Peltola You're the guy doing the bluegiga mx28 board ? I think I noticed in linux kernel, are you for example working on mx28/device tree support too? M