summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-08-09 11:22:19 -0400
committerTom Rini <trini@ti.com>2013-08-15 18:38:36 -0400
commit0fedc4a50748fb7688114383a43f28e96ce58579 (patch)
tree9fd45e246a8324a420e838e466f2e2c4e7a9043a /include
parenta8017574809bfcfd98c7752d193291bde4b09699 (diff)
downloadtalos-obmc-uboot-0fedc4a50748fb7688114383a43f28e96ce58579.tar.gz
talos-obmc-uboot-0fedc4a50748fb7688114383a43f28e96ce58579.zip
TI:armv7: Enable CONFIG_CMD_SPI
Add the generic "poke the SPI bus" command, with the SPI related defines. Acked-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ti_armv7_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index 525b86744d..6a65b4c4d1 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -76,6 +76,7 @@
/* McSPI IP block */
#define CONFIG_SPI
#define CONFIG_OMAP3_SPI
+#define CONFIG_CMD_SPI
/* GPIO block */
#define CONFIG_OMAP_GPIO
OpenPOWER on IntegriCloud