
Hi.
2015-03-21 1:24 GMT+09:00 Stephen Warren swarren@wwwdotorg.org:
On 03/20/2015 06:24 AM, Thierry Reding wrote:
From: Thierry Reding treding@nvidia.com
Move various selects from the TEGRA symbol to the symbols for 32-bit Tegra boards. This is necessary because these settings do not extend to U-Boot for 64-bit Tegra SoCs. Also tie the private libgcc build to SPL, it isn't needed on 64-bit Tegra.
I vaguely recall Masahiro enabling SPL for all Tegra builds recently for some reason...
Yes. I enabled the private library for the U-boot proper of Tegra as well as SPL.
This change happened when we stitched into the single .config configuration as CONFIG_SPL_BUILD no longer appears in Kconfig.
This thread: http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/212545/focus=212771
As for Kconfig side, this patch looks good to me.