From 4736384cd0c48cb793f0cf74b6849fad45e30d1f Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Sun, 26 Apr 2020 10:34:08 +0800 Subject: [PATCH] spl: Kconfig: add SPL_AB depends on SPL_EFI_PARTITION Signed-off-by: Jason Zhu Change-Id: Id4500ae748f965235aac278baee07f278d88d70a --- common/spl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 317d81d33a..bde63f4ae8 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -800,7 +800,7 @@ config SPL_OPTEE config SPL_AB bool "Support AB system boot" - depends on SPL + depends on SPL && SPL_EFI_PARTITION help Enable this config to support AB system boot.