diff options
author | Bryan Brattlof <bb@ti.com> | 2025-08-22 09:32:42 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-08-25 15:02:48 -0500 |
commit | ff72a4400632837fde021a156f519b7ccfaf16b9 (patch) | |
tree | 3c99a658b6aee5d16c01d08bfa84df60a775b078 | |
parent | e0a249bb34a7bc0b27c688a2d2bdb940a6cf8f88 (diff) | |
download | meta-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.conf | 2 |
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 @@ | |||
5 | require conf/machine/include/am62lxx.inc | 5 | require conf/machine/include/am62lxx.inc |
6 | require conf/machine/include/ti-extras.inc | 6 | require conf/machine/include/ti-extras.inc |
7 | 7 | ||
8 | TFA_K3_BL32_BASE = "0x80200000" | ||
9 | |||
10 | IMAGE_FSTYPES += "ubifs ubi" | 8 | IMAGE_FSTYPES += "ubifs ubi" |
11 | 9 | ||
12 | MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500" | 10 | MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500" |