[U-Boot] [PATCH 6/9] tegra: enable SPL build for seaboard
Stephen Warren
swarren at wwwdotorg.org
Tue May 15 07:06:40 CEST 2012
On 05/10/2012 01:02 AM, Allen Martin wrote:
> Signed-off-by: Allen Martin <amartin at nvidia.com>
> 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.
More information about the U-Boot
mailing list