board: ti: am64x: am64x.env: set fdtfile env variable

Set fdtfile env variable similar to other k3 socs.

Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Reviewed-by: Nikhil M Jain <n-jain1@ti.com>
This commit is contained in:
Kamlesh Gurudasani 2023-07-14 11:22:26 +05:30 committed by Tom Rini
parent 0eef2bf36e
commit 40e09b6afb

View file

@ -9,6 +9,7 @@ findfdt=
setenv name_fdt k3-am642-sk.dtb; fi;
if test $name_fdt = undefined; then
echo WARNING: Could not determine device tree to use; fi;
setenv fdtfile ${name_fdt}
name_kern=Image
console=ttyS2,115200n8
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}