]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: am62p|j722s: Add ti_set_fdt_env for fdtfile
authorManorit Chawdhry <m-chawdhry@ti.com>
Tue, 2 Jul 2024 05:20:01 +0000 (10:50 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jul 2024 19:01:46 +0000 (13:01 -0600)
commit42acb8dab806e627a89450a8ad4454c10913dcfd
treeb1426c47b9a8d75396d5a4b42b32041bab0f4817
parent899b088674b6905710ce546f0a8848662904852a
board: ti: am62p|j722s: Add ti_set_fdt_env for fdtfile

stdboot and legacy boot depend on fdtfile. Since findfdt is getting
deprecated, move the rest of k3 platforms dependent on findfdt to
ti_set_fdt_env.

Populate fdtfile by calling ti_set_fdt_env in board files.

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
board/ti/am62px/evm.c
board/ti/j722s/evm.c