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/evb-rv1108_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/evb-rv1108_defconfig') diff --git a/configs/evb-rv1108_defconfig b/configs/evb-rv1108_defconfig index 239676b2a3..a59d89ee95 100644 --- a/configs/evb-rv1108_defconfig +++ b/configs/evb-rv1108_defconfig @@ -4,6 +4,7 @@ CONFIG_ROCKCHIP_RV1108=y CONFIG_TARGET_EVB_RV1108=y CONFIG_DEFAULT_DEVICE_TREE="rv1108-evb" CONFIG_DEBUG_UART=y +# CONFIG_USE_BOOTCOMMAND is not set # CONFIG_DISPLAY_CPUINFO is not set CONFIG_FASTBOOT_BUF_ADDR=0x62000000 CONFIG_FASTBOOT_BUF_SIZE=0x08000000 -- cgit v1.2.3