From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timo Ketola Date: Fri, 13 Apr 2012 21:39:44 +0300 Subject: [U-Boot] [PATCH 4/9] imx: nand: Place BBT patterns into free OOB region In-Reply-To: <4F886DA4.7030705@freescale.com> References: <1334223234-23383-1-git-send-email-timo@exertus.fi> <1334316061-26019-1-git-send-email-timo@exertus.fi> <1334316061-26019-5-git-send-email-timo@exertus.fi> <4F88600F.90507@freescale.com> <4F886CA4.5000908@exertus.fi> <4F886DA4.7030705@freescale.com> Message-ID: <4F8872F0.8030907@exertus.fi> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 13.04.2012 21:17, Scott Wood wrote: > It looks like Linux wants the BBT to be at offset zero. I have not dug too deeply into the BBT logic in kernel but maybe it could be possible to place BBT patterns over the factory markers. Then, when the code scans for BBT blocks, it should ignore factory markers and react only on BBT patterns. But I don't really know if this is the idea in kernel. -- Timo