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 --- include/configs/sandbox.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/sandbox.h') diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 71c2ae3b39..f0426567fd 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -74,8 +74,6 @@ func(HOST, host, 1) \ func(HOST, host, 0) -#define CONFIG_BOOTCOMMAND "" - #include #define CONFIG_KEEP_SERVERADDR -- cgit v1.2.3