From 97bac649f284b413b5c51b0087c92af1703e3165 Mon Sep 17 00:00:00 2001 From: Ladislav Michl Date: Thu, 11 Oct 2018 16:08:11 +0200 Subject: blspec: do not depend on BLOCK blspec can be read also from jffs2 or ubifs, so remove BLOCK dependency Signed-off-by: Ladislav Michl Signed-off-by: Sascha Hauer --- common/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/common/Kconfig b/common/Kconfig index 4909c82322..eddd99ea3b 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -653,7 +653,6 @@ config BOOTM_FORCE_SIGNED_IMAGES since they are the only supported image type that support signing. config BLSPEC - depends on BLOCK depends on FLEXIBLE_BOOTARGS depends on !SHELL_NONE select BOOT -- cgit v1.2.3