From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sughosh Ganu Date: Thu, 12 Jan 2012 15:09:22 +0530 Subject: [U-Boot] [PATCH 2/2 V4] Changes to move hawkboard to the new spl infrastructure In-Reply-To: References: <1326301384-6423-1-git-send-email-urwithsughosh@gmail.com> Message-ID: <20120112093922.GB6950@Hardy> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de hi Christian, On Thu Jan 12, 2012 at 10:02:47AM +0100, Christian Riesch wrote: > Hi Sughosh, > > On Wed, Jan 11, 2012 at 6:03 PM, Sughosh Ganu wrote: > > This patch moves hawkboard to the new spl infrastructure from the > > older nand_spl one. > > > > Removed the hawkboard_nand_config build option -- The spl code now > > gets compiled with hawkboard_config, after building the main u-boot > > image, using the CONFIG_SPL_TEXT_BASE. Modified the README.hawkboard > > to reflect the same. > > > > Signed-off-by: Sughosh Ganu > > Signed-off-by: Heiko Schocher > > Cc: Heiko Schocher > > Cc: Christian Riesch > > Cc: Sudhakar Rajashekhara > > Cc: Tom Rini > > I have tested this with both the da850evm and the calimain board (see > [1]), and the low level initialization still works :-) > > Therefore > > Acked-by: Christian Riesch Thanks for the review and ack :) Can you also please test out this patch. http://patchwork.ozlabs.org/patch/135275/ Just wanted to make sure it does not introduce any regressions. This is a generic arm926ejs fix, so you should be able to test this on any arm926ejs based board -sughosh