summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2025-08-22 09:32:42 -0500
committerRyan Eatmon <reatmon@ti.com>2025-08-25 15:02:48 -0500
commitff72a4400632837fde021a156f519b7ccfaf16b9 (patch)
tree3c99a658b6aee5d16c01d08bfa84df60a775b078
parente0a249bb34a7bc0b27c688a2d2bdb940a6cf8f88 (diff)
downloadmeta-ti-ff72a4400632837fde021a156f519b7ccfaf16b9.tar.gz
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 <bb@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62lxx-evm.conf2
1 files changed, 0 insertions, 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 @@
5require conf/machine/include/am62lxx.inc 5require conf/machine/include/am62lxx.inc
6require conf/machine/include/ti-extras.inc 6require conf/machine/include/ti-extras.inc
7 7
8TFA_K3_BL32_BASE = "0x80200000"
9
10IMAGE_FSTYPES += "ubifs ubi" 8IMAGE_FSTYPES += "ubifs ubi"
11 9
12MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500" 10MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500"