]> git.dujemihanovic.xyz Git - u-boot.git/commit
include: env: ti_common: Remove findfdt from bootcmd_ti_mmc
authorDhruva Gole <d-gole@ti.com>
Tue, 2 Jul 2024 05:20:04 +0000 (10:50 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jul 2024 19:01:46 +0000 (13:01 -0600)
commitb1dfe6d3289ee9fd9b0fd397f8f591e2f5a0893e
tree01818bd9034fac1fda6e646c7eeb486f4da71a9e
parentbc2d846af7adece28d31d7a72d06d9b94369ab08
include: env: ti_common: Remove findfdt from bootcmd_ti_mmc

findfdt is used by bootcmd_ti_mmc by default which used to help populate
the fdtfile. The users of findfdt from bootcmd_ti_mmc have migrated to
ti_set_fdt_env for populating fdtfile; Hence, findfdt can be removed from
bootcmd_ti_mmc having no-impact for any platform.

Remove findfdt to not print out the warning that gets set after calling
ti_set_fdt_env. viz.
"echo WARN: fdtfile already set. Stop using findfdt in script"

Signed-off-by: Dhruva Gole <d-gole@ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
include/env/ti/ti_common.env