[PATCH 06/17] rtc: Remove unused drivers

Simon Glass sjg at chromium.org
Thu Nov 17 00:51:34 CET 2022


On Wed, 16 Nov 2022 at 11:11, Tom Rini <trini at konsulko.com> wrote:
>
> These RTC drivers are currently unused and reference other unused CONFIG
> variables, so remove them.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
>  README               |   1 -
>  drivers/rtc/Makefile |   3 -
>  drivers/rtc/ds1556.c | 179 -------------------------------------------
>  drivers/rtc/ds164x.c | 171 -----------------------------------------
>  drivers/rtc/ds174x.c | 172 -----------------------------------------
>  5 files changed, 526 deletions(-)
>  delete mode 100644 drivers/rtc/ds1556.c
>  delete mode 100644 drivers/rtc/ds164x.c
>  delete mode 100644 drivers/rtc/ds174x.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list