From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 19 Apr 2012 10:27:11 -0500 Subject: [U-Boot] [PATCH V4 4/8] imx: nand: Support flash based BBT In-Reply-To: <1334825735-27992-5-git-send-email-timo@exertus.fi> References: <1334223234-23383-1-git-send-email-timo@exertus.fi> <1334825735-27992-1-git-send-email-timo@exertus.fi> <1334825735-27992-5-git-send-email-timo@exertus.fi> Message-ID: <4F902ECF.1070900@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/19/2012 03:55 AM, Timo Ketola wrote: > Signed-off-by: Timo Ketola > --- > > Changes in v4: > - Removed blank lines inside #ifdef > - Manipulate 'this->options' with '|=' instead of '=' > > Changes in v3: > - Changed the subject > - Changed the BBT pattern offsets (patch 4); They are now zero as in > Linux > > Changes in v2: > - Dropped patches 2, 3 and 6 so this one changed from 7 to 4 > - Rebased to u-boot-imx next > > drivers/mtd/nand/mxc_nand.c | 33 +++++++++++++++++++++++++++++++++ > 1 files changed, 33 insertions(+), 0 deletions(-) Acked-by: Scott Wood -Scott