From d70eff0e3ff285216ae4c7c32407eecd5dedb8b8 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Tue, 25 Apr 2017 10:55:23 +0200 Subject: common: BLSPEC needs boot infrastructure and at least simple command support Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- common/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/Kconfig') 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" -- cgit v1.2.3