mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-03 11:43:32 +08:00
rtc: ds1337: drop "SYS" from config variables
There is some inconsistency between uses of CONFIG_RTC_DS13xx and CONFIG_SYS_RTC_DS13xx. Address this by dropping the "SYS" from these variables. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -2264,9 +2264,12 @@ CONFIG_RSK7264
|
||||
CONFIG_RSK7269
|
||||
CONFIG_RTC_DS1307
|
||||
CONFIG_RTC_DS1337
|
||||
CONFIG_RTC_DS1337_NOOSC
|
||||
CONFIG_RTC_DS1338
|
||||
CONFIG_RTC_DS1339_TCR_VAL
|
||||
CONFIG_RTC_DS1374
|
||||
CONFIG_RTC_DS1388
|
||||
CONFIG_RTC_DS1388_TCR_VAL
|
||||
CONFIG_RTC_DS1556
|
||||
CONFIG_RTC_DS174x
|
||||
CONFIG_RTC_DS3231
|
||||
@@ -3369,8 +3372,6 @@ CONFIG_SYS_DRAMSZ1
|
||||
CONFIG_SYS_DRAM_BASE
|
||||
CONFIG_SYS_DRAM_SIZE
|
||||
CONFIG_SYS_DRAM_TEST
|
||||
CONFIG_SYS_DS1339_TCR_VAL
|
||||
CONFIG_SYS_DS1388_TCR_VAL
|
||||
CONFIG_SYS_DSPIC_TEST_ADDR
|
||||
CONFIG_SYS_DSPIC_TEST_MASK
|
||||
CONFIG_SYS_DSPI_CS0
|
||||
@@ -5501,9 +5502,6 @@ CONFIG_SYS_RSTC_RMR_VAL
|
||||
CONFIG_SYS_RTCSC
|
||||
CONFIG_SYS_RTC_BUS_NUM
|
||||
CONFIG_SYS_RTC_CNT
|
||||
CONFIG_SYS_RTC_DS1337
|
||||
CONFIG_SYS_RTC_DS1337_NOOSC
|
||||
CONFIG_SYS_RTC_DS1388
|
||||
CONFIG_SYS_RTC_OSCILLATOR
|
||||
CONFIG_SYS_RTC_PL031_BASE
|
||||
CONFIG_SYS_RTC_REG_BASE_ADDR
|
||||
|
||||
Reference in New Issue
Block a user