[U-Boot] [PATCH 4/7] kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig
Simon Glass
sjg at chromium.org
Mon Oct 6 22:15:40 CEST 2014
On 26 September 2014 04:23, Masahiro Yamada <yamada.m at jp.panasonic.com> wrote:
> The private libgcc is supported only on ARM, MIPS, PowerPC, SH, x86.
> Those architectures should "select" HAVE_PRIVATE_LIBGCC and
> CONFIG_USE_PRIVATE_LIBGCC should depend on it.
>
> Currently, this option is enabled on Tegra boards and x86 architecture.
> Move the definition from header files to Kconfig.
>
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Stephen Warren <swarren at nvidia.com>
> Cc: Tom Warren <twarren at nvidia.com>
For the x86 bits:
Acked-by: Simon Glass <sjg at chromium.org>
Tested on link (Chromebook Pixel)
Tested-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list