From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sughosh Ganu Date: Thu, 12 Jan 2012 13:00:28 +0530 Subject: [U-Boot] [PATCH 2/2 V4] Changes to move hawkboard to the new spl infrastructure In-Reply-To: <4F0E8A93.40800@denx.de> References: <1326301384-6423-1-git-send-email-urwithsughosh@gmail.com> <4F0E8A93.40800@denx.de> Message-ID: <20120112073028.GA6950@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 Heiko, On Thu Jan 12, 2012 at 08:24:03AM +0100, Heiko Schocher wrote: > Hello Sughosh, > > 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 > > --- > > Patch looks good to me, but it doesn't aplly to current TOT > > [hs at pollux u-boot]$ git am index.html > Applying: Changes to move hawkboard to the new spl infrastructure > error: patch failed: include/configs/da850evm.h:44 > error: include/configs/da850evm.h: patch does not apply > Patch failed at 0001 Changes to move hawkboard to the new spl infrastructure > When you have resolved this problem run "git am --resolved". > If you would prefer to skip this patch, instead run "git am --skip". > To restore the original branch and stop patching run "git am --abort". > [hs at pollux u-boot]$ I have based this on u-boot-ti, as this would be applied to the ti tree. -sughosh