From b6251db8c3f0de605b4cd6f15a00fc7dd19cda63 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 6 Nov 2017 18:15:11 -0500 Subject: 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 Reviewed-by: Lukasz Majewski --- configs/am335x_evm_norboot_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/am335x_evm_norboot_defconfig') diff --git a/configs/am335x_evm_norboot_defconfig b/configs/am335x_evm_norboot_defconfig index 9d424e8770a..7d04d6603ef 100644 --- a/configs/am335x_evm_norboot_defconfig +++ b/configs/am335x_evm_norboot_defconfig @@ -6,6 +6,7 @@ CONFIG_TI_COMMON_CMD_OPTIONS=y CONFIG_AM33XX=y CONFIG_NOR=y CONFIG_DISTRO_DEFAULTS=y +CONFIG_BOOTCOMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run findfdt; run init_console; run envboot; run distro_bootcmd" CONFIG_NOR_BOOT=y CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y -- cgit v1.2.3