summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/j721e-hs-evm.conf
diff options
context:
space:
mode:
authorSinthu Raja <sinthu.raja@ti.com>2023-03-20 04:12:07 +0000
committerRyan Eatmon <reatmon@ti.com>2023-03-20 16:45:07 -0500
commit37b7384cfe6f232529876ea9f23ea884af8d804c (patch)
treee9abf5f8f689b6fb1bfa60cef13737f1baaf28b2 /meta-ti-bsp/conf/machine/j721e-hs-evm.conf
parentf53c9525c15779f98563c6f896f10bb9f4828354 (diff)
downloadmeta-ti-37b7384cfe6f232529876ea9f23ea884af8d804c.tar.gz
conf: machine: k3: Define RD, DTB and DTBO load address for FIT image
K3 platforms include the FIT image-based kernel by default. The bootloader loads the kernel and DTB from the FIT image. The DTB/DTBOs are added to the FIT image but the load address is not included in the image section of each DTB/DTBO. This load address is determined by the LOADADDRESS macros in the kernel-fitmage class. Hence, define the RD/DTB/DTBOs LOADADDRESS and OFFSET macros in the K3 common include, and remove those macros defined in the K3 board specific config files. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> Reviewed-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/j721e-hs-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/j721e-hs-evm.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-ti-bsp/conf/machine/j721e-hs-evm.conf b/meta-ti-bsp/conf/machine/j721e-hs-evm.conf
index acd5ca18..00ec1998 100644
--- a/meta-ti-bsp/conf/machine/j721e-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/j721e-hs-evm.conf
@@ -6,14 +6,6 @@ require conf/machine/j721e-evm.conf
6 6
7UBOOT_MACHINE = "j721e_hs_evm_a72_defconfig" 7UBOOT_MACHINE = "j721e_hs_evm_a72_defconfig"
8 8
9UBOOT_ENTRYPOINT = "0x80080000"
10UBOOT_LOADADDRESS = "0x80080000"
11UBOOT_RD_LOADADDRESS = "0x84000000"
12UBOOT_RD_ENTRYPOINT = "0x84000000"
13UBOOT_DTB_LOADADDRESS = "0x83000000"
14UBOOT_DTBO_LOADADDRESS = "0x83080000"
15UBOOT_DTBO_OFFSET = "0x00010000"
16
17SPL_BINARY = "tispl.bin_HS" 9SPL_BINARY = "tispl.bin_HS"
18UBOOT_BINARY = "u-boot.img_HS" 10UBOOT_BINARY = "u-boot.img_HS"
19UBOOT_SYMLINK = "u-boot.img" 11UBOOT_SYMLINK = "u-boot.img"