Re: [U-Boot] [PATCH] rtc: mc146818: Correct alarm message for day alarm

2017-10-24 Thread Bin Meng
Hi Tom, On Tue, Oct 17, 2017 at 11:19 PM, Bin Meng wrote: > RTC_CONFIG_D register contains the day within the month to generate > an alarm, not the month. This corrects the printf to indicate it. > > Signed-off-by: Bin Meng > --- > > drivers/rtc/mc146818.c | 2 +- > 1 file changed, 1 insertion(

[U-Boot] [PATCH] rtc: mc146818: Correct alarm message for day alarm

2017-10-17 Thread Bin Meng
RTC_CONFIG_D register contains the day within the month to generate an alarm, not the month. This corrects the printf to indicate it. Signed-off-by: Bin Meng --- drivers/rtc/mc146818.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/mc146818.c b/drivers/rtc/mc146