summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2014-11-25 18:02:49 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-26 19:21:09 +0100
commit3127a942b7603f4b78fab427850a87a79d7b7e82 (patch)
tree5454bafa60e326c2fd2b49af716f9520f3328b6b /common
parentb1da773d9ebeb856784f2147c2ab881b87558ebf (diff)
downloadbarebox-3127a942b7603f4b78fab427850a87a79d7b7e82.tar.gz
barebox-3127a942b7603f4b78fab427850a87a79d7b7e82.tar.xz
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 <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
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