From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timo Ketola Date: Mon, 16 Apr 2012 09:41:41 +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: <4F8BBF25.3060100@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. Is there any > plan to fix that? The two really should match... Somewhere in the process I got an impression that BBT couldn't be placed over the area where factory markers would be. But you made me think and I reverted the offset in my kernel back to zero and changed U-Boot accordingly. It seems to work perfectly like that. So I think now that the offset at zero is right. Should I post v3 patchset now or only this one again or minimize noise and wait for more comments? -- Timo