From f1f66edfc76f4a9f5b9f63972d90309784a8cae5 Mon Sep 17 00:00:00 2001 From: Grzegorz Bernacki Date: Fri, 12 Jun 2009 11:33:53 +0200 Subject: digsy MTC: Add SPI support. Signed-off-by: Grzegorz Bernacki --- include/configs/digsy_mtc.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/configs') diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index 66badd702..0cc2a8d99 100644 --- a/include/configs/digsy_mtc.h +++ b/include/configs/digsy_mtc.h @@ -100,6 +100,7 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_REGINFO #define CONFIG_CMD_SAVES +#define CONFIG_CMD_SPI #define CONFIG_CMD_USB #if (TEXT_BASE == 0xFF000000) @@ -136,6 +137,12 @@ "protect on FFF00000 +${filesize}\0" \ "" +/* + * SPI configuration + */ +#define CONFIG_HARD_SPI 1 +#define CONFIG_MPC52XX_SPI 1 + /* * I2C configuration */ -- cgit v1.2.3