[PATCH v2 1/1] lib: move rtc-lib.c to lib

Bin Meng bmeng.cn at gmail.com
Sat Jun 12 13:22:26 CEST 2021


On Sat, Jun 12, 2021 at 7:20 PM Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> 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 at gmx.de>
> ---
> v2:
>         reformated using 'git format-patch -M'
> ---
>  drivers/rtc/Makefile           | 1 -
>  lib/Makefile                   | 1 +
>  {drivers/rtc => lib}/rtc-lib.c | 0
>  3 files changed, 1 insertion(+), 1 deletion(-)
>  rename {drivers/rtc => lib}/rtc-lib.c (100%)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list