spl: Kconfig: add SPL_AB depends on SPL_EFI_PARTITION
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Id4500ae748f965235aac278baee07f278d88d70a
This commit is contained in:
parent
bdf7b34b60
commit
4736384cd0
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue