From 3127a942b7603f4b78fab427850a87a79d7b7e82 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Tue, 25 Nov 2014 18:02:49 +0100 Subject: blspec: depend on, not select flexible bootargs Blspec is a consumer of the flexible bootargs mechanism, so it should depend on it rather than select it. Fixes: warning: (BLSPEC && DEFAULT_ENVIRONMENT_GENERIC_NEW) selects FLEXIBLE_BOOTARGS which has unmet direct dependencies (COMMAND_SUPPORT && CMD_GLOBAL) Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- arch/arm/configs/mvebu_defconfig | 1 + common/Kconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index 253cb0934d..9309084cdc 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig @@ -24,6 +24,7 @@ CONFIG_CMD_IOMEM=y CONFIG_CMD_IMD=y CONFIG_CMD_MEMINFO=y CONFIG_CMD_ARM_MMUINFO=y +CONFIG_FLEXIBLE_BOOTARGS=y CONFIG_CMD_BOOT=y CONFIG_CMD_BOOTM_SHOW_TYPE=y CONFIG_CMD_BOOTM_VERBOSE=y diff --git a/common/Kconfig b/common/Kconfig index 6eba395198..562798063b 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -479,8 +479,8 @@ config TIMESTAMP config BLSPEC depends on BLOCK + depends on FLEXIBLE_BOOTARGS select OFTREE - select FLEXIBLE_BOOTARGS bool prompt "Support bootloader spec" help -- cgit v1.2.3