mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
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:
parent
0eef2bf36e
commit
40e09b6afb
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue