summaryrefslogtreecommitdiffstats
path: root/include/configs/am43xx_evm.h
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-06-10 15:01:20 -0500
committerTom Rini <trini@ti.com>2014-06-19 17:53:58 -0400
commit9cb9f3331b20b79c7b1cf6428d4b985860c5dbb6 (patch)
treebeb25f845c53ea13b855e5a11c1a51242dbcf4e8 /include/configs/am43xx_evm.h
parent9f1220a9ca9f583fbb6e85cf43674c4258c85d24 (diff)
downloadblackbird-obmc-uboot-9cb9f3331b20b79c7b1cf6428d4b985860c5dbb6.tar.gz
blackbird-obmc-uboot-9cb9f3331b20b79c7b1cf6428d4b985860c5dbb6.zip
board: ti: am43xx: add support for AM43xx Starter Kit
AM43xx Starter Kit is a new board based on AM437x line of SoCs. Being a low-cost EVM and small size EVM are intended to provide an entry level development platform on a full fledged Hardware System. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/configs/am43xx_evm.h')
-rw-r--r--include/configs/am43xx_evm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index 823cba6ff4..974ce986e9 100644
--- a/include/configs/am43xx_evm.h
+++ b/include/configs/am43xx_evm.h
@@ -226,6 +226,8 @@
"setenv fdtfile am43x-epos-evm.dtb; fi; " \
"if test $board_name = AM43__GP; then " \
"setenv fdtfile am437x-gp-evm.dtb; fi; " \
+ "if test $board_name = AM43__SK; then " \
+ "setenv fdtfile am437x-sk-evm.dtb; fi; " \
"if test $fdtfile = undefined; then " \
"echo WARNING: Could not determine device tree; fi; \0"
OpenPOWER on IntegriCloud