diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-05-16 11:11:18 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:47:46 -0400 |
commit | 54a92e1ad8c699299abf12beecc0b9448df2623d (patch) | |
tree | c796b9f894895a0f131fa5fd7e59e26252807e41 /configs | |
parent | 7dd12830482bd145861578e37b39735abefdaa8f (diff) | |
download | u-boot-imx-54a92e1ad8c699299abf12beecc0b9448df2623d.zip u-boot-imx-54a92e1ad8c699299abf12beecc0b9448df2623d.tar.gz u-boot-imx-54a92e1ad8c699299abf12beecc0b9448df2623d.tar.bz2 |
ARM: dts: AM437x-IDK Initial Support
Add initial DTS support for AM437x-IDK evm.
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am43xx_evm_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig index 57f70ab..3955612 100644 --- a/configs/am43xx_evm_defconfig +++ b/configs/am43xx_evm_defconfig @@ -32,7 +32,7 @@ CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_OF_CONTROL=y -CONFIG_OF_LIST="am437x-gp-evm am437x-sk-evm am43x-epos-evm" +CONFIG_OF_LIST="am437x-gp-evm am437x-sk-evm am43x-epos-evm am437x-idk-evm" CONFIG_DM=y CONFIG_DM_MMC=y CONFIG_SPI_FLASH=y |