From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Wed, 07 Aug 2013 00:20:48 +0530 Subject: [U-Boot] [PATCH 09/10] TI:armv7: Enable CONFIG_CMD_SPI In-Reply-To: <520141D2.3020901@ti.com> References: <1375475175-5073-1-git-send-email-trini@ti.com> <1375475175-5073-10-git-send-email-trini@ti.com> <520141D2.3020901@ti.com> Message-ID: <52014588.8050201@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07-08-2013 00:04, Dan Murphy wrote: > On 08/02/2013 03:26 PM, Tom Rini wrote: >> Add the generic "poke the SPI bus" command, with the SPI related >> defines. >> >> Signed-off-by: Tom Rini >> --- >> 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 0734598..88ed85c 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 > Acked-by: Dan Murphy > Reviewed-by: Jagannadha Sutradharudu Teki -- Thanks, Jagan.