Re: [U-Boot] [PATCH v2 6/8] nand: Merge changes to BBT from Linux nand driver

2012-01-10 Thread Scott Wood
On Wed, Oct 12, 2011 at 09:32:04AM +0200, Christian Hitz wrote: > [backport from linux commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe] > > This patch synchronizes the nand driver with the Linux 3.0 state. > > Signed-off-by: Christian Hitz > Cc: Scott Wood > --- > > Adds 1096 bytes to the imag

[U-Boot] [PATCH v2 6/8] nand: Merge changes to BBT from Linux nand driver

2011-10-12 Thread Christian Hitz
[backport from linux commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe] This patch synchronizes the nand driver with the Linux 3.0 state. Signed-off-by: Christian Hitz Cc: Scott Wood --- Adds 1096 bytes to the image size. Remaining checkpatch warnings come from code copied straight from Linux.