summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2020-12-17 22:58:07 +0530
committerLokesh Vutla <lokeshvutla@ti.com>2021-01-12 10:21:41 +0530
commitd2aa5727a55283f17c4b9e0f847fdee5bc3b88bc (patch)
treed1cf7e2a5352b01a9a055780980f748e0115f3ff /include/configs
parent9c789fec10672be122cfc41977f7d2bc2a6b0d5b (diff)
downloadu-boot-d2aa5727a55283f17c4b9e0f847fdee5bc3b88bc.tar.gz
u-boot-d2aa5727a55283f17c4b9e0f847fdee5bc3b88bc.tar.xz
u-boot-d2aa5727a55283f17c4b9e0f847fdee5bc3b88bc.zip
board: ti: k2g: Add support for K2G ICE with 1GHz Silicon
Add board detection support for K2G ICE with FlagChip 1GHz silicon. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/k2g_evm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h
index 83466b9e0c..4471eb4f6a 100644
--- a/include/configs/k2g_evm.h
+++ b/include/configs/k2g_evm.h
@@ -35,6 +35,8 @@
"setenv name_fdt keystone-k2g-evm.dtb; " \
"else if test $board_name = 66AK2GIC; then " \
"setenv name_fdt keystone-k2g-ice.dtb; " \
+ "else if test $board_name = 66AK2GI1; then " \
+ "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;fi; setenv fdtfile ${name_fdt}\0" \