ARM: qemu-arm: enable RTC
[platform/kernel/u-boot.git] / include / configs / qemu-arm.h
index 095aec2..be516ba 100644 (file)
@@ -24,6 +24,9 @@
 /* For block devices, QEMU emulates an ICH9 AHCI controller over PCI */
 #define CONFIG_SYS_SCSI_MAX_SCSI_ID 6
 
+/* QEMU emulates the ARM AMBA PL031 RTC */
+#define CONFIG_SYS_RTC_PL031_BASE      0x09010000
+
 /* Environment options */
 #define CONFIG_ENV_SIZE                                SZ_64K