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

2021-07-14 Thread Tom Rini
On Sat, Jun 12, 2021 at 01:20:07PM +0200, Heinrich Schuchardt 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 > Reviewed-by: Bin Meng Applied to u-boot/master

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

2021-06-12 Thread Bin Meng
On Sat, Jun 12, 2021 at 7:20 PM Heinrich Schuchardt 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 > --- > v2: > reformated using 'git format-patch -M

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

2021-06-12 Thread Heinrich Schuchardt
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 --- v2: reformated using 'git format-patch -M' --- drivers/rtc/Makefile | 1 - lib/Makefile