From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 20 Jun 2009 14:46:27 +0200 Subject: [U-Boot] [PATCH v4 1/6] ARM1136: Introduce CONFIG_PRELOADER macro. In-Reply-To: <4a62b27ae616d894b9302d1b73a3e4a71bbdfbf1.1244918138.git.lilja.magnus@gmail.com> References: <4a62b27ae616d894b9302d1b73a3e4a71bbdfbf1.1244918138.git.lilja.magnus@gmail.com> Message-ID: <20090620124627.GA3849@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20:50 Sat 13 Jun , Magnus Lilja wrote: > Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's > in start.S. In preparation for adding support for NAND SPL > the macro CONFIG_PRELOADER is introducted and replaces the > CONFIG_ONENAND_IPL in start.S. > > Signed-off-by: Magnus Lilja > --- Applied to u-boot-arm Best Regards, J.