diff options
author | Sinthu Raja <sinthu.raja@ti.com> | 2023-03-20 11:24:18 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-21 13:03:29 -0500 |
commit | e619334e9c1af8d4770a2905b9e22abebb4275a2 (patch) | |
tree | bebbc2369b30f7149eb68d9935dc74f32db5b07b /meta-ti-bsp/conf/machine/j721e-hs-evm.conf | |
parent | 05fb51715fac1f00ce9a71d66fe944ae31c30107 (diff) | |
download | meta-ti-e619334e9c1af8d4770a2905b9e22abebb4275a2.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.conf | 8 |
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 | ||
7 | UBOOT_MACHINE = "j721e_hs_evm_a72_defconfig" | 7 | UBOOT_MACHINE = "j721e_hs_evm_a72_defconfig" |
8 | 8 | ||
9 | UBOOT_ENTRYPOINT = "0x80080000" | ||
10 | UBOOT_LOADADDRESS = "0x80080000" | ||
11 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
13 | UBOOT_DTB_LOADADDRESS = "0x83000000" | ||
14 | UBOOT_DTBO_LOADADDRESS = "0x83080000" | ||
15 | UBOOT_DTBO_OFFSET = "0x00010000" | ||
16 | |||
17 | SPL_BINARY = "tispl.bin_HS" | 9 | SPL_BINARY = "tispl.bin_HS" |
18 | UBOOT_BINARY = "u-boot.img_HS" | 10 | UBOOT_BINARY = "u-boot.img_HS" |
19 | UBOOT_SYMLINK = "u-boot.img" | 11 | UBOOT_SYMLINK = "u-boot.img" |