diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-09-29 14:42:27 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-22 14:44:02 -0400 |
commit | eae7ae18533550b61a9d459deafaeeb460dcf6b7 (patch) | |
tree | 7f7d04bd0d5fd772ddd1010d1b2c754dfa44078d /configs | |
parent | 136b1013a20ad8107166e1d3e8c4a4646ff7aded (diff) | |
download | u-boot-imx-eae7ae18533550b61a9d459deafaeeb460dcf6b7.zip u-boot-imx-eae7ae18533550b61a9d459deafaeeb460dcf6b7.tar.gz u-boot-imx-eae7ae18533550b61a9d459deafaeeb460dcf6b7.tar.bz2 |
am437x: Add am57xx_evm_defconfig using CONFIG_DM
Import various DT files for am57xx-beagle-x15 from
Linux Kernel v4.2
Add config file for this board, enable DM, DM_GPIO,
DM_SERIAL and DM_MMC.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am57xx_evm_defconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig new file mode 100644 index 0000000..f6566bf --- /dev/null +++ b/configs/am57xx_evm_defconfig @@ -0,0 +1,19 @@ +CONFIG_ARM=y +CONFIG_OMAP54XX=y +CONFIG_TARGET_BEAGLE_X15=y +CONFIG_DEFAULT_DEVICE_TREE="am57xx-beagle-x15" +CONFIG_SPL=y +CONFIG_SPL_STACK_R=y +CONFIG_SPL_STACK_R_ADDR=0x82000000 +CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=3" +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FLASH is not set +# CONFIG_CMD_SETEXPR is not set +# CONFIG_CMD_NFS is not set +CONFIG_OF_CONTROL=y +CONFIG_DM=y +CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_BAR=y +CONFIG_DM_GPIO=y +CONFIG_DM_SERIAL=y +CONFIG_DM_MMC=y |