summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMagnus Lilja <lilja.magnus@gmail.com>2008-04-20 10:38:12 +0200
committerWolfgang Denk <wd@denx.de>2008-04-26 00:26:55 +0200
commitf9204e15173834ff8d123e36279ce49c3c6c74fc (patch)
treea42dfcbac65050a6efa297808d54a2971bd12a60 /include
parentf97abbfb47d9e407354e157cae3f6369e460cd37 (diff)
downloadtalos-obmc-uboot-f9204e15173834ff8d123e36279ce49c3c6c74fc.tar.gz
talos-obmc-uboot-f9204e15173834ff8d123e36279ce49c3c6c74fc.zip
i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
This patch enables SPI and MC13783/RTC support for the Litekit board. Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx31_litekit.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h
index 5e97cfa72e..4281d73c90 100644
--- a/include/configs/imx31_litekit.h
+++ b/include/configs/imx31_litekit.h
@@ -63,6 +63,12 @@
#define CONFIG_MX31_UART 1
#define CFG_MX31_UART1 1
+#define CONFIG_HARD_SPI 1
+#define CONFIG_MXC_SPI 1
+#define CONFIG_MXC_SPI_IFACE 1
+
+#define CONFIG_RTC_MC13783 1
+
/* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE
#define CONFIG_CONS_INDEX 1
@@ -77,6 +83,8 @@
#define CONFIG_CMD_MII
#define CONFIG_CMD_PING
+#define CONFIG_CMD_SPI
+#define CONFIG_CMD_DATE
#define CONFIG_BOOTDELAY 3
OpenPOWER on IntegriCloud