diff options
author | AKASHI Takahiro | 2018-09-14 17:06:53 +0900 |
---|---|---|
committer | Alexander Graf | 2018-09-23 21:55:31 +0200 |
commit | a370e429a782041d3b934150763b07ea8be01453 (patch) | |
tree | 4b67ff9986e5da3eb41fed7126170d4aa4a77735 /include | |
parent | 24638a1f2109f61834b212b1be73dd21da411e63 (diff) |
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 <takahiro.akashi@linaro.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/qemu-arm.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |