]> git.ipfire.org Git - people/ms/u-boot.git/commit
Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND
authorTom Rini <trini@konsulko.com>
Mon, 6 Nov 2017 23:15:11 +0000 (18:15 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 17 Nov 2017 21:37:26 +0000 (16:37 -0500)
commitb6251db8c3f0de605b4cd6f15a00fc7dd19cda63
tree18d9f52428251d31557245ddbe7d60d8396123b5
parent232ed3ca534708527a9515c7c41bc3542949525c
Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND

We first introduce CONFIG_USE_BOOTCOMMAND, similar to
CONFIG_USE_BOOTARGS.  We then migrate CONFIG_BOOTCOMMAND for most
CONFIG_DISTRO_DEFAULT users.  In some cases platforms have a complex
scheme around this usage, and these have been defered for the moment so
that platform maintainers can work on a migration plan.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
60 files changed:
Kconfig
common/Kconfig
configs/am335x_evm_defconfig
configs/am335x_evm_nor_defconfig
configs/am335x_evm_norboot_defconfig
configs/am335x_evm_spiboot_defconfig
configs/am335x_evm_usbspl_defconfig
configs/apalis-tk1_defconfig
configs/duovero_defconfig
configs/evb-rv1108_defconfig
configs/igep0032_defconfig
configs/igep00x0_defconfig
configs/ls2080a_emu_defconfig
configs/ls2080a_simu_defconfig
configs/ls2080aqds_SECURE_BOOT_defconfig
configs/ls2080aqds_defconfig
configs/ls2080aqds_nand_defconfig
configs/ls2080aqds_qspi_defconfig
configs/ls2080aqds_sdcard_defconfig
configs/ls2080ardb_SECURE_BOOT_defconfig
configs/ls2080ardb_defconfig
configs/ls2080ardb_nand_defconfig
configs/ls2081ardb_defconfig
configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
configs/ls2088ardb_qspi_defconfig
configs/lsxhl_defconfig
configs/marsboard_defconfig
configs/mx6cuboxi_defconfig
configs/novena_defconfig
configs/omap3_beagle_defconfig
configs/omap3_evm_defconfig
configs/omap3_pandora_defconfig
configs/omap4_panda_defconfig
configs/omap4_sdp4430_defconfig
configs/riotboard_defconfig
configs/ti816x_evm_defconfig
configs/udoo_neo_defconfig
configs/usbarmory_defconfig
configs/vexpress_aemv8a_dram_defconfig
configs/vexpress_aemv8a_juno_defconfig
configs/vexpress_aemv8a_semi_defconfig
configs/vexpress_ca15_tc2_defconfig
configs/vexpress_ca5x2_defconfig
configs/vexpress_ca9x4_defconfig
configs/wandboard_defconfig
configs/zc5202_defconfig
configs/zc5601_defconfig
include/configs/am335x_evm.h
include/configs/apalis-tk1.h
include/configs/el6x_common.h
include/configs/embestmx6boards.h
include/configs/lsxl.h
include/configs/mx6cuboxi.h
include/configs/novena.h
include/configs/omap3_igep00x0.h
include/configs/sandbox.h
include/configs/ti_omap4_common.h
include/configs/udoo_neo.h
include/configs/vexpress_common.h
include/configs/wandboard.h