From ff72a4400632837fde021a156f519b7ccfaf16b9 Mon Sep 17 00:00:00 2001 From: Bryan Brattlof Date: Fri, 22 Aug 2025 09:32:42 -0500 Subject: [PATCH] meta-ti-bsp: conf: drop BL32_BASE override for am62lxx-evm The BL32_BASE address is properly set in TF-A to jump to OP-TEE's entrypoint for the am62lxx SoC family, so we can safily drop this. Signed-off-by: Bryan Brattlof Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am62lxx-evm.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-ti-bsp/conf/machine/am62lxx-evm.conf b/meta-ti-bsp/conf/machine/am62lxx-evm.conf index 5c0535c2..607092a7 100644 --- a/meta-ti-bsp/conf/machine/am62lxx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62lxx-evm.conf @@ -5,8 +5,6 @@ require conf/machine/include/am62lxx.inc require conf/machine/include/ti-extras.inc -TFA_K3_BL32_BASE = "0x80200000" - IMAGE_FSTYPES += "ubifs ubi" MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500"