From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 14 May 2012 23:06:40 -0600 Subject: [U-Boot] [PATCH 6/9] tegra: enable SPL build for seaboard In-Reply-To: <1336633347-8049-7-git-send-email-amartin@nvidia.com> References: <1336633347-8049-1-git-send-email-amartin@nvidia.com> <1336633347-8049-7-git-send-email-amartin@nvidia.com> Message-ID: <4FB1E460.7010405@wwwdotorg.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 05/10/2012 01:02 AM, Allen Martin wrote: > Signed-off-by: Allen Martin > diff --git a/boards.cfg b/boards.cfg > -seaboard arm armv7 seaboard nvidia tegra2 > +seaboard arm armv7:arm720t seaboard nvidia tegra2 Hmmm. We'll have to duplicate this change for all boards. Is there some way to do set up the SPL CPU for all Tegra boards so we don't have to do that? > diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h > +#ifndef CONFIG_SPL_BUILD And every Tegra board's config header will have to ifdef a bunch of stuff out for SPL. Perhaps we can just create a new tegra_spl board for the SPL rather than having an SPL variant for each board. Still, I don't know how we'd represent the UART differences if we did that though.