From a370e429a782041d3b934150763b07ea8be01453 Mon Sep 17 00:00:00 2001 From: AKASHI Takahiro Date: Fri, 14 Sep 2018 17:06:53 +0900 Subject: rtc: pl031: convert the driver to driver model With this patch, PL031 driver is converted to driver-model-compliant driver. In addition, CONFIG_SYS_RTC_PL031_BASE is no longer valid. Signed-off-by: AKASHI Takahiro Signed-off-by: Alexander Graf --- include/configs/qemu-arm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/qemu-arm.h') diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h index 66729b7d4f6..f09a0e06b76 100644 --- a/include/configs/qemu-arm.h +++ b/include/configs/qemu-arm.h @@ -23,9 +23,6 @@ /* 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 -- cgit v1.2.3