* [PATCH] fixup! ARM: i.MX6: load optee in PBL before barebox proper
@ 2026-02-24 11:45 Ahmad Fatoum
0 siblings, 0 replies; only message in thread
From: Ahmad Fatoum @ 2026-02-24 11:45 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
firmware: hide FIRMWARE_IMX6_OPTEE for non-ARCH_IMX6
PBL_OPTEE can be enabled on a number of platforms, so tighten the
dependencies to hide the symbol when it's not relevant.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
firmware/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/firmware/Kconfig b/firmware/Kconfig
index 81ad6b705ba9..ed0e03ecf77c 100644
--- a/firmware/Kconfig
+++ b/firmware/Kconfig
@@ -51,7 +51,7 @@ config FIRMWARE_AGILEX5_ATF
config FIRMWARE_IMX6_OPTEE
bool "install OP-TEE on i.MX6 boards"
- depends on PBL_OPTEE
+ depends ARCH_IMX6 && on PBL_OPTEE
help
This enables OP-TEE loading and starting on i.MX6. Place the OP-TEE binary
in CONFIG_EXTRA_FIRMWARE_DIR/imx6-optee.bin. If this is enabled, then
--
2.47.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-02-24 11:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-24 11:45 [PATCH] fixup! ARM: i.MX6: load optee in PBL before barebox proper Ahmad Fatoum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox