diff options
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | 2018-09-14 17:06:53 +0900 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-09-23 21:55:31 +0200 |
commit | a370e429a782041d3b934150763b07ea8be01453 (patch) | |
tree | 4b67ff9986e5da3eb41fed7126170d4aa4a77735 /scripts | |
parent | 24638a1f2109f61834b212b1be73dd21da411e63 (diff) | |
download | u-boot-a370e429a782041d3b934150763b07ea8be01453.zip u-boot-a370e429a782041d3b934150763b07ea8be01453.tar.gz u-boot-a370e429a782041d3b934150763b07ea8be01453.tar.bz2 |
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 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 94953d8..2c4ca12 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -4070,7 +4070,6 @@ CONFIG_SYS_RSTC_RMR_VAL CONFIG_SYS_RTC_BUS_NUM CONFIG_SYS_RTC_CNT CONFIG_SYS_RTC_OSCILLATOR -CONFIG_SYS_RTC_PL031_BASE CONFIG_SYS_RTC_REG_BASE_ADDR CONFIG_SYS_RTC_SETUP CONFIG_SYS_RV3029_TCR |