Re: [U-Boot] [PATCH] rtc: ds1337: drop "SYS" from config variables

2017-05-31 Thread Simon Glass
On 29 May 2017 at 18:03, Chris Packham wrote: > 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 > --- > README | 2 +- > drivers/rtc/ds133

[U-Boot] [PATCH] rtc: ds1337: drop "SYS" from config variables

2017-05-29 Thread Chris Packham
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 --- README | 2 +- drivers/rtc/ds1337.c | 16 include/configs/UCP1020.h