From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 7 Jul 2008 13:33:36 -0500 Subject: [U-Boot-Users] [PATCH] make creation of nand bad block table optional In-Reply-To: <20080706080420.GE4167@prithivi.gnumonks.org> References: <20080706080420.GE4167@prithivi.gnumonks.org> Message-ID: <20080707183336.GC17430@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Jul 06, 2008 at 04:04:20PM +0800, Harald Welte wrote: > [PATCH] add new NAND_DONT_CRATE_BBT flag > > This patch makes creation of the BBT optional. > > It adds a new platform-independent NAND-wide flag NAND_DONT_CREATE_BBT The testing branch of u-boot-nand-flash already has NAND_SKIP_BBTSCAN. Are the semantics of this any different? -Scott