[U-Boot] [PATCH] mx25pdk: Enable imxdi RTC
    Benoît Thébaudeau 
    benoit.thebaudeau at advansee.com
       
    Fri Mar 22 20:30:29 CET 2013
    
    
  
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 at advansee.com>
---
 include/configs/mx25pdk.h |    4 ++++
 1 file changed, 4 insertions(+)
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h
index c10e78b..4782f68 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
-- 
1.7.10.4
    
    
More information about the U-Boot
mailing list