From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Tue, 31 Mar 2009 18:08:38 +0200 Subject: [U-Boot] [PATCH 1/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN In-Reply-To: <49D148C1.4080500@freescale.com> References: <49D148C1.4080500@freescale.com> <20090323212514.GA30976@ld0162-tx32.am.freescale.net> Message-ID: <20090331160838.GA30496@mail.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. /alessandro