commit | 51ba522e41bd8e30daf229348b4f7d05a7b47449 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Wed Nov 13 09:44:49 2019 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 06 16:44:19 2019 -0500 |
tree | 8704c5672e37dc8c1b8a1130828c5191f9ac63d8 | |
parent | 80eb59ac26d160e480a35d463aa918950988c480 [diff] [blame] |
rtc: move date.c from drivers/rtc/ to lib/ In the next commit, rtc_mktime(), for compatibility with linux, will be implemented using rtc_mktime(), which is no longer drivers/rtc specific. So move this file under lib/. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
diff --git a/lib/Kconfig b/lib/Kconfig index 55dedcb..2c018cb 100644 --- a/lib/Kconfig +++ b/lib/Kconfig
@@ -574,4 +574,7 @@ bool "enable fdtdec test" depends on OF_LIBFDT +config LIB_DATE + bool + endmenu