diff options
| author | Anshul Dalal <anshuld@ti.com> | 2026-03-26 20:33:22 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-03-26 15:19:43 -0500 |
| commit | 7640ce6a589ee590722c02e050560e2e1f2b29a0 (patch) | |
| tree | b95a7212b3d8f9b8bd404b8099bc3ce3d627c8aa | |
| parent | 764817c28ef559bb19e0d20e2d419634a0e9fe60 (diff) | |
| download | meta-ti-7640ce6a589ee590722c02e050560e2e1f2b29a0.tar.gz | |
am62lxx-evm: fix fitImage address for 128MiB
This patch modifies the load addresses for the kernel fitImage to
provide out-of-box support for 128MiB DDR sizes on AM62l.
The current fitImage uses 0x88000000 as the DTB load address which is
beyond the 128MiB boundary while the kernel load address of 0x82000000
conflicts with U-Boot's SPL load address which causes problems when
enabling falcon mode on the device.
Signed-off-by: Anshul Dalal <anshuld@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | meta-ti-bsp/conf/machine/am62lxx-evm.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62lxx-evm.conf b/meta-ti-bsp/conf/machine/am62lxx-evm.conf index 9aa4b853..677d6955 100644 --- a/meta-ti-bsp/conf/machine/am62lxx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62lxx-evm.conf | |||
| @@ -17,3 +17,10 @@ KERNEL_DEVICETREE_PREFIX = " \ | |||
| 17 | KERNEL_DEVICETREE = "" | 17 | KERNEL_DEVICETREE = "" |
| 18 | 18 | ||
| 19 | UBOOT_MACHINE = "am62lx_evm_defconfig" | 19 | UBOOT_MACHINE = "am62lx_evm_defconfig" |
| 20 | FIT_CONF_DEFAULT_DTB = "k3-am62l3-evm.dtb" | ||
| 21 | UBOOT_LOADADDRESS = "0x82400000" | ||
| 22 | UBOOT_ENTRYPOINT = "0x82400000" | ||
| 23 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
| 24 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
| 25 | UBOOT_DTB_LOADADDRESS = "0x84f00000" | ||
| 26 | UBOOT_DTBO_LOADADDRESS = "0x84f80000" | ||
