summaryrefslogtreecommitdiff
path: root/include/configs/k2g_evm.h
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2017-09-20 19:45:09 (GMT)
committerTom Rini <trini@konsulko.com>2017-09-29 18:07:56 (GMT)
commitf8e714ebfa6f225a2eaca1d7be9e6963801fe762 (patch)
treea31bf244f0c179891deb9a5f832d1459db9774f1 /include/configs/k2g_evm.h
parent373358f27ad4960480e63e6445bca2a5fd089479 (diff)
downloadu-boot-f8e714ebfa6f225a2eaca1d7be9e6963801fe762.tar.xz
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: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'include/configs/k2g_evm.h')
-rw-r--r--include/configs/k2g_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h
index 1950740..df81c09 100644
--- a/include/configs/k2g_evm.h
+++ b/include/configs/k2g_evm.h
@@ -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" \