Message ID | 20250822-62l-tfa-cleanup-v1-1-1cb19995f083@ti.com |
---|---|
State | New |
Headers | show |
Series | [scarthgap/master] meta-ti-bsp: conf: drop BL32_BASE override for am62lxx-evm | expand |
meta-ti / na / 20250822-62l-tfa-cleanup-v1-1-1cb19995f083 PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [PATCH scarthgap/master] meta-ti-bsp: conf: drop BL32_BASE override for am62lxx-evm - Submitter: From: Bryan Brattlof <bb@ti.com> - Date: Date: Fri, 22 Aug 2025 09:32:42 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: e5fed04f02572cffeeded452b991b453618cc97b Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master-wip - Commit Author: Thorsten Lannynd <t-lannynd@ti.com> - Commit Subject: ti-bsp: recipes-multimedia: Add udev rules for VPU and JPEG encoder symlinks - Commit SHA: 6059a084f6c8ae0aa1d76abb922949c8bb6dbb09 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS
diff --git a/meta-ti-bsp/conf/machine/am62lxx-evm.conf b/meta-ti-bsp/conf/machine/am62lxx-evm.conf index 5c0535c244b777bd48a5931ab14cb5259b57ee15..607092a7cfa6888edfe582d03223d6b2d4a2026a 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"
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> --- meta-ti-bsp/conf/machine/am62lxx-evm.conf | 2 -- 1 file changed, 2 deletions(-) --- base-commit: 2e648fa3fdf859e4376d20a3cbed4f4545c9f937 change-id: 20250822-62l-tfa-cleanup-0a31bb7e62e0 Best regards,