mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
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>
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: J7200 HS EVM
|
|
#@DESCRIPTION: Machine configuration for the TI J7200 HS EVM
|
|
|
|
require conf/machine/j7200-evm.conf
|
|
|
|
UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig"
|
|
|
|
SPL_BINARY = "tispl.bin_HS"
|
|
UBOOT_BINARY = "u-boot.img_HS"
|
|
UBOOT_SYMLINK = "u-boot.img"
|