summaryrefslogtreecommitdiffstats
path: root/configs/cm_t43_defconfig
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2015-07-30 23:56:23 +0300
committerTom Rini <trini@konsulko.com>2015-08-12 20:48:05 -0400
commit8883ddafdeb398443870b7996a22cb65fd6d4bb4 (patch)
treec853ee1a0ff9a17a603678e6a02aa156eddd059f /configs/cm_t43_defconfig
parent4eaf126e0634d9797c00ed2650e2d1396a4a69a2 (diff)
downloadtalos-obmc-uboot-8883ddafdeb398443870b7996a22cb65fd6d4bb4.tar.gz
talos-obmc-uboot-8883ddafdeb398443870b7996a22cb65fd6d4bb4.zip
arm: am437x: Introduce new board cm-t43
Add initial support for CM-T43, an AM437x based SoM. This support includes: serial, MMC/eMMC, NAND, USB, ETH, I2C, GPIO, DRAM detection. Cc: Tom Rini <trini@konsulko.com> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Diffstat (limited to 'configs/cm_t43_defconfig')
-rw-r--r--configs/cm_t43_defconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/cm_t43_defconfig b/configs/cm_t43_defconfig
new file mode 100644
index 0000000000..19ac18a7f2
--- /dev/null
+++ b/configs/cm_t43_defconfig
@@ -0,0 +1,10 @@
+CONFIG_ARM=y
+CONFIG_TARGET_CM_T43=y
+CONFIG_SPL=y
+CONFIG_CMD_SF=y
+CONFIG_CMD_USB=y
+# CONFIG_CMD_FPGA is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_NFS is not set
+CONFIG_DM=y
+CONFIG_DM_GPIO=y
OpenPOWER on IntegriCloud