Skip to content
Snippets Groups Projects
Commit f8e714eb authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Tom Rini
Browse files

configs: k2g_evm: Make findfdt command populate fdtfile variable


On all other platforms the command 'findfdt' populates the variable
'fdtfile', but on K2G we only populate 'name_fdt'. The generic boot
and automation scripts fail when 'findfdt' is not populated, fix
this for K2G.

Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
parent 373358f2
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
"setenv name_fdt keystone-k2g-ice.dtb; " \
"else if test $name_fdt = undefined; then " \
"echo WARNING: Could not determine device tree to use;"\
"fi;fi;fi;\0" \
"fi;fi;fi; setenv fdtfile ${name_fdt}\0" \
"name_mon=skern-k2g.bin\0" \
"name_ubi=k2g-evm-ubifs.ubi\0" \
"name_uboot=u-boot-spi-k2g-evm.gph\0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment