summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-04-25 10:55:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-04-26 08:45:00 +0200
commitd70eff0e3ff285216ae4c7c32407eecd5dedb8b8 (patch)
tree933fae4886a1496ceebb73238b91c2f35a356ea5 /common
parentb378e8c9427b45d856d052a6df4a879a2cee670c (diff)
downloadbarebox-d70eff0e3ff285216ae4c7c32407eecd5dedb8b8.tar.gz
barebox-d70eff0e3ff285216ae4c7c32407eecd5dedb8b8.tar.xz
common: BLSPEC needs boot infrastructure and at least simple command support
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/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 8e40e8435c..8dd40db2c0 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -643,6 +643,9 @@ config BOOTM_FORCE_SIGNED_IMAGES
config BLSPEC
depends on BLOCK
depends on FLEXIBLE_BOOTARGS
+ depends on !SHELL_NONE
+ select BOOT
+ select BOOTM
select OFTREE
bool
prompt "Support bootloader spec"