
9 Aug
2013
9 Aug
'13
5:22 p.m.
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 --- include/configs/ti_armv7_common.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 893a08e..0eaa59b 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -75,6 +75,7 @@ /* McSPI IP block */ #define CONFIG_SPI #define CONFIG_OMAP3_SPI +#define CONFIG_CMD_SPI
/* GPIO block */ #define CONFIG_OMAP_GPIO
--
1.7.9.5