mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
optee: Correct dependencies for BOOTM_OPTEE
As exposed by "make randconfig", we have an issue with the dependencies for BOOTM_OPTEE. This symbol needs to select BOOTM_LINUX and in turn depend on the library symbols that have to be enabled for BOOTM_LINUX to be valid (LIB_BOOTI, LIB_BOOTM and LIB_BOOTZ). Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -40,6 +40,7 @@ config OPTEE_TZDRAM_SIZE
|
||||
|
||||
config BOOTM_OPTEE
|
||||
bool "Support OPTEE bootm command"
|
||||
depends on LIB_BOOTI || LIB_BOOTM || LIB_BOOTZ
|
||||
select BOOTM_LINUX
|
||||
select OPTEE_IMAGE
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user