]> Git Repo - J-u-boot.git/commitdiff
mx25pdk: Enable imxdi RTC
authorBenoît Thébaudeau <[email protected]>
Fri, 22 Mar 2013 09:30:29 +0000 (09:30 +0000)
committerStefano Babic <[email protected]>
Wed, 3 Apr 2013 09:26:12 +0000 (11:26 +0200)
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 <[email protected]>
Acked-by: Fabio Estevam <[email protected]>
include/configs/mx25pdk.h

index c10e78b634bd1abe6db46715ebf87585ff98a142..4782f68fc436a5c84e7d75044cded23e069c7637 100644 (file)
 #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
This page took 0.035379 seconds and 4 git commands to generate.