diff options
author | Felipe Balbi <balbi@ti.com> | 2014-06-10 15:01:20 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-06-19 17:53:58 -0400 |
commit | 9cb9f3331b20b79c7b1cf6428d4b985860c5dbb6 (patch) | |
tree | beb25f845c53ea13b855e5a11c1a51242dbcf4e8 /include | |
parent | 9f1220a9ca9f583fbb6e85cf43674c4258c85d24 (diff) | |
download | u-boot-imx-9cb9f3331b20b79c7b1cf6428d4b985860c5dbb6.zip u-boot-imx-9cb9f3331b20b79c7b1cf6428d4b985860c5dbb6.tar.gz u-boot-imx-9cb9f3331b20b79c7b1cf6428d4b985860c5dbb6.tar.bz2 |
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')
-rw-r--r-- | include/configs/am43xx_evm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index 823cba6..974ce98 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" |