commit | a581dc1e5d4202575a847ce3ee11ac8ffae8c154 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jun 12 13:20:07 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 14 16:57:35 2021 -0400 |
tree | 87bc48aa500c6618520ff68b2f96e77d969226d4 | |
parent | f75f1d77af5b750cc89657552ded6422488a62ab [diff] |
lib: move rtc-lib.c to lib Function rtc_to_tm() is needed for FAT file system support even if we don't have a real time clock. So move it from drivers/ to lib/. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>