summaryrefslogtreecommitdiffstats
path: root/include/configs/mx25pdk.h
diff options
context:
space:
mode:
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>2013-03-22 09:30:29 +0000
committerStefano Babic <sbabic@denx.de>2013-04-03 11:26:12 +0200
commitd37b33481d3802dd15f43636cb638b1856eed2c5 (patch)
treedf1df3163897e10bad509ac2a27c43f96d98301b /include/configs/mx25pdk.h
parent55600288abe4eef4ea77ec7b91d95ca3b56b16d3 (diff)
downloadblackbird-obmc-uboot-d37b33481d3802dd15f43636cb638b1856eed2c5.tar.gz
blackbird-obmc-uboot-d37b33481d3802dd15f43636cb638b1856eed2c5.zip
mx25pdk: Enable imxdi RTC
The mx25pdk board supports the i.MX25 DryIce RTC (imxdi), so enable it. This allows to compile-test the imxdi driver in the mainline tree. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx25pdk.h')
-rw-r--r--include/configs/mx25pdk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h
index c10e78b634..4782f68fc4 100644
--- a/include/configs/mx25pdk.h
+++ b/include/configs/mx25pdk.h
@@ -124,6 +124,10 @@
#define CONFIG_SYS_I2C_BASE IMX_I2C_BASE
#define CONFIG_SYS_I2C_SPEED 100000
+/* RTC */
+#define CONFIG_RTC_IMXDI
+#define CONFIG_CMD_DATE
+
/* Ethernet Configs */
#define CONFIG_CMD_PING
OpenPOWER on IntegriCloud