diff options
author | Felipe Balbi <balbi@ti.com> | 2014-12-22 22:26:17 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 20:26:10 (GMT) |
commit | 403d70abd9dff451661e884e5b3c75fc611b2425 (patch) | |
tree | b4360b3ba9ed849c9862aadaae9d15cf369b73eb /include/configs | |
parent | 78fb6e31669f85943aef8806053d443168cbb4be (diff) | |
download | u-boot-fsl-qoriq-403d70abd9dff451661e884e5b3c75fc611b2425.tar.xz |
board: ti: am43xx: add support for AM43xx Industrial Development Kit
AM43xx Industrial Development Kit is a new board
based on AM437x line of SoCs. Targetted at Industrial
Automation applications, it comes with EtherCAT, motor
control and other goodies.
Thanks to James Doublesin for all the help.
Cc: James Doublesin <doublesin@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/am43xx_evm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index b00585c..7ccbf36 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -39,6 +39,7 @@ #define CONFIG_POWER #define CONFIG_POWER_I2C #define CONFIG_POWER_TPS65218 +#define CONFIG_POWER_TPS62362 /* SPL defines. */ #define CONFIG_SPL_TEXT_BASE 0x40300350 @@ -235,6 +236,8 @@ "setenv fdtfile am437x-gp-evm.dtb; fi; " \ "if test $board_name = AM43__SK; then " \ "setenv fdtfile am437x-sk-evm.dtb; fi; " \ + "if test $board_name = AM43_IDK; then " \ + "setenv fdtfile am437x-idk-evm.dtb; fi; " \ "if test $fdtfile = undefined; then " \ "echo WARNING: Could not determine device tree; fi; \0" |