1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

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>
This commit is contained in:
Bryan Brattlof
2025-08-22 09:32:42 -05:00
committed by Ryan Eatmon
parent e0a249bb34
commit ff72a44006

View File

@@ -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"