
10 Oct
2018
10 Oct
'18
1:55 a.m.
Add Kconfig options so that the RTC can be used in SPL and TPL. This is helpful for accessing the contents of CMOS RAM, for example.
Signed-off-by: Simon Glass sjg@chromium.org ---
drivers/rtc/Kconfig | 18 ++++++++++++++++++ drivers/rtc/Makefile | 2 +- drivers/rtc/rtc-uclass.c | 1 + 3 files changed, 20 insertions(+), 1 deletion(-)
Applied to u-boot-dm