 .../include/configs/versatile.h                    |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/u-boot-1.3.3/include/configs/versatile.h b/uboot/include/configs/versatile.h
index d250150..b93321d 100644
--- a/u-boot-1.3.3/include/configs/versatile.h
+++ b/uboot/include/configs/versatile.h
@@ -96,6 +96,12 @@
 #define CFG_SERIAL0		0x101F1000
 #define CFG_SERIAL1		0x101F2000
 
+/*
+ * RTC configuration
+ */
+#define CONFIG_RTC_PL031	1			/* use ARM AMBA PL031 RTC */
+#define CFG_RTC_PL031_BASE 	0x101e8000
+
 
 /*
  * Command line configuration.
@@ -110,6 +116,7 @@
 #define CONFIG_CMD_FLASH
 #define CONFIG_CMD_ENV
 
+#define CONFIG_CMD_DATE
 
 /*
  * BOOTP options
