[PATCH 06/18] common: limit BOOTM_OPTEE to 32bit systems
Marco Felsch
m.felsch at pengutronix.de
Thu Jan 11 03:48:29 PST 2024
On ARM64 OP-TEE loading requires to be in EL3 so we can't load OP-TEE
via bootm on these systems.
Signed-off-by: Marco Felsch <m.felsch at pengutronix.de>
---
common/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/Kconfig b/common/Kconfig
index 76b28ceaafe0..1de76651fddf 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1139,7 +1139,7 @@ config OPTEE_SIZE
config BOOTM_OPTEE
bool
prompt "support booting OP-TEE"
- depends on BOOTM && ARM
+ depends on BOOTM && ARM && 32BIT
select HAVE_OPTEE
help
OP-TEE is a trusted execution environment (TEE). With this option
--
2.39.2
More information about the barebox
mailing list