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/lsxhl_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/lsxhl_defconfig') diff --git a/configs/lsxhl_defconfig b/configs/lsxhl_defconfig index 5f2ac4f..d6ba4be 100644 --- a/configs/lsxhl_defconfig +++ b/configs/lsxhl_defconfig @@ -8,6 +8,7 @@ CONFIG_API=y CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/sda2" +CONFIG_BOOTCOMMAND="run bootcmd_${bootsource}" CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_INFO_QUIET=y # CONFIG_DISPLAY_BOARDINFO is not set -- cgit v1.1