summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2015-09-29 14:42:27 +0530
committerTom Rini <trini@konsulko.com>2015-10-22 14:44:02 -0400
commiteae7ae18533550b61a9d459deafaeeb460dcf6b7 (patch)
tree7f7d04bd0d5fd772ddd1010d1b2c754dfa44078d /configs
parent136b1013a20ad8107166e1d3e8c4a4646ff7aded (diff)
downloadtalos-obmc-uboot-eae7ae18533550b61a9d459deafaeeb460dcf6b7.tar.gz
talos-obmc-uboot-eae7ae18533550b61a9d459deafaeeb460dcf6b7.zip
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_defconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
new file mode 100644
index 0000000000..f6566bf416
--- /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
OpenPOWER on IntegriCloud