[U-Boot] [PATCH 0/3] Kconfig: move CONFIG_STANDALONE_LOAD_ADDR to Kconfig
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Sun Sep 23 20:02:06 UTC 2018
Create a new Kconfig menu called 'Standalone programs' with
'Program load address' as menu entry. It's possible now to build without
the standalone example. Anyway the default value for CONFIG_STANDALONE
is 'y' to maintain the current behavior.
The first two patches prepared the config header files
'include/configs/opos6uldev.h' and 'include/configs/sunxi-common.h'
so moveconfig.py didn't complain anymore.
This patch series depends on the series:
https://patchwork.ozlabs.org/project/uboot/list/?series=67121
Daniel Schwierzeck (3):
arm: opos6uldev: use real value for CONFIG_STANDALONE_LOAD_ADDR
arm: sunxi: use real values for CONFIG_STANDALONE_LOAD_ADDR
Kconfig: move CONFIG_STANDALONE_LOAD_ADDR to Kconfig
Kconfig | 2 ++
README | 8 --------
arch/arc/Kconfig | 3 +++
arch/arc/config.mk | 3 ---
arch/arm/Kconfig | 7 +++++++
arch/arm/config.mk | 8 --------
.../arm/include/asm/arch-fsl-layerscape/config.h | 2 --
arch/m68k/Kconfig | 3 +++
arch/m68k/config.mk | 2 --
arch/microblaze/Kconfig | 3 +++
arch/microblaze/config.mk | 2 --
arch/mips/Kconfig | 4 ++++
arch/mips/config.mk | 2 --
arch/nds32/Kconfig | 3 +++
arch/nds32/config.mk | 1 -
arch/nios2/Kconfig | 3 +++
arch/nios2/config.mk | 2 --
arch/powerpc/Kconfig | 3 +++
arch/powerpc/config.mk | 1 -
arch/riscv/Kconfig | 3 +++
arch/riscv/config.mk | 1 -
arch/sandbox/Kconfig | 3 +++
arch/sh/Kconfig | 3 +++
arch/sh/config.mk | 1 -
arch/x86/Kconfig | 3 +++
arch/x86/config.mk | 2 --
arch/xtensa/Kconfig | 3 +++
config.mk | 1 -
configs/display5_defconfig | 1 +
configs/display5_factory_defconfig | 1 +
configs/kzm9g_defconfig | 1 +
configs/opos6uldev_defconfig | 1 +
examples/Makefile | 2 +-
examples/standalone/Kconfig | 14 ++++++++++++++
include/configs/display5.h | 1 -
include/configs/kzm9g.h | 2 --
include/configs/opos6uldev.h | 3 ---
include/configs/sunxi-common.h | 3 ---
include/configs/xtfpga.h | 16 ----------------
scripts/config_whitelist.txt | 1 -
40 files changed, 65 insertions(+), 63 deletions(-)
create mode 100644 examples/standalone/Kconfig
--
2.19.0
More information about the U-Boot
mailing list