[U-Boot] [PATCH v3 0/7] kconfig: turnaround into single .config
Masahiro Yamada
yamada.m at jp.panasonic.com
Fri Feb 20 06:24:54 CET 2015
Masahiro Yamada (6):
ARM: UniPhier: set CONFIG_SYS_MALLOC_F to the global default value
malloc_f: fix broken .config caused by CONFIG_SYS_MALLOC_F
malloc_f: add ARCH_MALLOC_F_LEN to specify SoC-default malloc_f_len
kconfig: switch to single .config configuration
kconfig: remove unneeded dependency on !SPL_BUILD
malloc_f: enable SYS_MALLOC_F by default if DM is on
Simon Glass (1):
kconfig: Adjust ordering so that defaults work as expected
Kconfig | 32 +---
arch/arm/Kconfig | 7 +-
arch/arm/cpu/arm1176/bcm2835/Kconfig | 6 +-
arch/arm/cpu/armv7/exynos/Kconfig | 30 ++--
arch/arm/cpu/armv7/omap3/Kconfig | 12 +-
arch/arm/cpu/armv7/s5pc1xx/Kconfig | 4 +-
arch/arm/cpu/armv7/tegra-common/Kconfig | 20 ++-
arch/arm/cpu/armv7/uniphier/Kconfig | 8 -
arch/x86/Kconfig | 6 +-
board/amcc/canyonlands/Kconfig | 8 -
board/compulab/cm_t335/Kconfig | 6 +-
board/gumstix/pepper/Kconfig | 6 +-
board/isee/igep0033/Kconfig | 6 +-
board/phytec/pcm051/Kconfig | 6 +-
board/samsung/goni/Kconfig | 6 +-
board/samsung/smdkc100/Kconfig | 6 +-
board/silica/pengwyn/Kconfig | 6 +-
board/ti/am335x/Kconfig | 12 +-
common/Kconfig | 1 -
config.mk | 5 +
configs/ph1_ld4_defconfig | 2 +-
configs/ph1_pro4_defconfig | 2 +-
configs/ph1_sld8_defconfig | 2 +-
doc/README.kconfig | 132 ++++------------
drivers/core/Kconfig | 16 +-
drivers/mtd/nand/Kconfig | 6 +-
dts/Kconfig | 1 -
include/config_uncmd_spl.h | 13 ++
scripts/Makefile.autoconf | 36 +++--
scripts/Makefile.build | 3 +-
scripts/Makefile.spl | 10 +-
scripts/Makefile.uncmd_spl | 18 +++
scripts/multiconfig.sh | 261 +-------------------------------
33 files changed, 183 insertions(+), 512 deletions(-)
create mode 100644 scripts/Makefile.uncmd_spl
--
1.9.1
More information about the U-Boot
mailing list