summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2014-10-24 01:30:43 +0900
committerTom Rini <[email protected]>2014-10-23 13:19:09 -0400
commit45ccec8f29563f248cd1a7d53c1a9ffa2881837d (patch)
treee576d7e5b3308c16732af629836ec1cb4c6adb4e /include
parent76eb5d815e0e4c4979fb862498e2860e9db2b810 (diff)
kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig
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 <[email protected]> Tested-by: Simon Glass <[email protected]> Acked-by: Simon Glass <[email protected]> Cc: Stephen Warren <[email protected]> Cc: Tom Warren <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tegra-common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 4719ee10aee..981a8d2adb8 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -154,10 +154,6 @@
#define CONFIG_SPL_SERIAL_SUPPORT
#define CONFIG_SPL_GPIO_SUPPORT
-#ifdef CONFIG_SPL_BUILD
-# define CONFIG_USE_PRIVATE_LIBGCC
-#endif
-
#define CONFIG_SYS_GENERIC_BOARD
/* Misc utility code */