summaryrefslogtreecommitdiffstats
path: root/conf/machine/j7200-hs-evm.conf
diff options
context:
space:
mode:
authorSinthu Raja <sinthu.raja@ti.com>2023-02-10 00:25:14 +0530
committerRyan Eatmon <reatmon@ti.com>2023-02-10 12:17:12 -0600
commit295309d4460a7a3f0d6a4260587fb610c263a8a8 (patch)
tree90a66be359db0992cf15857811d07cbab1b61d49 /conf/machine/j7200-hs-evm.conf
parentac12229cdf41b9f0a50e4da15e4e7b9714a5e1ed (diff)
downloadmeta-ti-295309d4460a7a3f0d6a4260587fb610c263a8a8.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>
Diffstat (limited to 'conf/machine/j7200-hs-evm.conf')
-rw-r--r--conf/machine/j7200-hs-evm.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/conf/machine/j7200-hs-evm.conf b/conf/machine/j7200-hs-evm.conf
index ef7268b1..dc928974 100644
--- a/conf/machine/j7200-hs-evm.conf
+++ b/conf/machine/j7200-hs-evm.conf
@@ -6,14 +6,6 @@ require conf/machine/j7200-evm.conf
6 6
7UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig" 7UBOOT_MACHINE = "j7200_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"