]> git.dujemihanovic.xyz Git - u-boot.git/commit
include: env: ti: mmc: Change name_fdt usage to fdtfile
authorManorit Chawdhry <m-chawdhry@ti.com>
Tue, 2 Jul 2024 05:20:03 +0000 (10:50 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jul 2024 19:01:46 +0000 (13:01 -0600)
commitbc2d846af7adece28d31d7a72d06d9b94369ab08
tree40e9f78146f2a27e2ec1b3cec64e5b53894dc549
parent5dca95af2b03d87af4267248f5259fad7f9f7cd2
include: env: ti: mmc: Change name_fdt usage to fdtfile

name_fdt is kept for backward compatibility but it depends on EEPROM
detection logic and some of the TI K3 platforms don't have that anymore
which causes boot failure in legacy boot flow using bootcmd_ti_mmc.

K2g platforms which uses the same file have their own override causing
this change to be no-impact for them.

Replacing name_fdt usage to fdtfile as fdtfile is populated based on
CONFIG_DEFAULT_DEVICE_TREE after using ti_set_fdt_env.

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
include/env/ti/mmc.env