
Masahiro Yamada (7): kconfig: move CONFIG_SYS_HZ to lib/Kconfig x86: set CONFIG_USE_PRIVATE_LIBGCC to y kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=<path/to/libgcc> syntax kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig kbuild: fix a bug of the u-boot-spl link rule kconfig: invoke silentoldconfig if spl,tpl/.config is updated mips: enable CONFIG_USE_PRIVATE_LIBGCC by default
Makefile | 4 ---- README | 7 ------- arch/Kconfig | 5 +++++ arch/arm/cpu/armv7/tegra-common/Kconfig | 3 +++ arch/mips/Kconfig | 3 +++ arch/x86/Kconfig | 3 +++ arch/x86/config.mk | 3 --- arch/x86/include/asm/config.h | 1 + arch/x86/lib/Makefile | 6 +++--- include/config_fallbacks.h | 4 ---- include/configs/cm_fx6.h | 1 - include/configs/edb93xx.h | 1 - include/configs/ks2_evm.h | 1 - include/configs/ls1021aqds.h | 1 - include/configs/ls1021atwr.h | 1 - include/configs/ls2085a_common.h | 2 -- include/configs/sunxi-common.h | 2 -- include/configs/tegra-common.h | 4 ---- include/configs/tqma6.h | 1 - lib/Kconfig | 19 +++++++++++++++++++ lib/time.c | 4 ---- scripts/Makefile.spl | 8 ++++---- scripts/multiconfig.sh | 15 +++++++++++++++ 23 files changed, 56 insertions(+), 43 deletions(-)