From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 7 Jul 2008 13:47:24 -0500 Subject: [U-Boot-Users] [PATCH, resend] Support dynamic/patched NAND ENV offset In-Reply-To: <20080706162812.GC20299@prithivi.gnumonks.org> References: <20080706162812.GC20299@prithivi.gnumonks.org> Message-ID: <20080707184724.GE17430@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 Mon, Jul 07, 2008 at 12:28:12AM +0800, Harald Welte wrote: > I've first sent this on Feb 17, 2007. Unfortunately no reply was > received. I think this is a quite useful feature, since a compile time > offset into the NAND flash for the environment just doesn't work well > with bad blocks ;) It works if you allow room for bad blocks within each partition, and treat the environment as its own partition. Current u-boot supports skipping bad blocks within a desginated environment region. -Scott