]> Git Repo - u-boot.git/commit - lib/Makefile
rtc: move date.c from drivers/rtc/ to lib/
authorAKASHI Takahiro <[email protected]>
Wed, 13 Nov 2019 00:44:49 +0000 (09:44 +0900)
committerTom Rini <[email protected]>
Fri, 6 Dec 2019 21:44:19 +0000 (16:44 -0500)
commit05429b6cf5b3f30f773b8e79fe4cd3688349d7d2
tree8704c5672e37dc8c1b8a1130828c5191f9ac63d8
parent09030e0361cee79241c0d2c12fd6929de5b64b30
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 <[email protected]>
cmd/Kconfig
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/date.c [deleted file]
lib/Kconfig
lib/Makefile
lib/date.c [new file with mode: 0644]
This page took 0.028597 seconds and 4 git commands to generate.