From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 31 Mar 2009 11:13:07 -0500 Subject: [U-Boot] [PATCH 1/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN In-Reply-To: <20090331160838.GA30496@mail.gnudd.com> References: <49D148C1.4080500@freescale.com> <20090323212514.GA30976@ld0162-tx32.am.freescale.net> <20090331160838.GA30496@mail.gnudd.com> Message-ID: <49D24113.4090801@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 Alessandro Rubini wrote: > Hello. > >> Note that there are a couple of board files (apollon and nmdk8815) that >> use the OneNAND loader that do not define CONFIG_SYS_MONITOR_LEN. I've >> added the maintainers to the Cc: list. > > Sorry for the delay. > > In the nomadik board the OneNAND driver is not yet present, a few init > lines are still missing (I have an error to fix before submitting those > lines). I'll take care of CONFIG_SYS_MONITOR_LEN together with that. > > Note however that on the Nomadik we don't use the IPL, since u-boot is > loaded by other code (a proprietary IPL that onlocks the CPU before > handing control to ours) so u-boot isn't even in the first sector > of OneNAND. OK, sorry about that. I ran into the issue when building apollon, and nmdk8815 looked like it was in a similar situation from grepping config files. -Scott