diff options
author | Tom Rini <trini@konsulko.com> | 2015-03-01 21:06:33 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-01 21:06:33 -0500 |
commit | 00956eb5f313d0a62c39f4fa642ffbaa85cc955c (patch) | |
tree | 3e30dd00af063f3f8bac6ad2c3f85d669b0d9506 /arch/sh/Kconfig | |
parent | 55ca6138240b8c5b986e918aca4d96d402cc2f21 (diff) | |
parent | c3dd82386493d67cc5b0de06876360a27224b620 (diff) | |
download | u-boot-imx-00956eb5f313d0a62c39f4fa642ffbaa85cc955c.zip u-boot-imx-00956eb5f313d0a62c39f4fa642ffbaa85cc955c.tar.gz u-boot-imx-00956eb5f313d0a62c39f4fa642ffbaa85cc955c.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index ff8f5b5..2128f23 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -124,6 +124,9 @@ config SYS_CPU default "sh3" if CPU_SH3 default "sh4" if CPU_SH4 +config USE_PRIVATE_LIBGCC + default y + source "board/alphaproject/ap_sh4a_4a/Kconfig" source "board/espt/Kconfig" source "board/mpr2/Kconfig" |