[PATCH 09/13] lib/sha*: include u-boot/schedule.h instead of cyclic.h

Simon Glass sjg at chromium.org
Wed Oct 9 03:52:45 CEST 2024


On Thu, 3 Oct 2024 at 15:29, Rasmus Villemoes <ravi at prevas.dk> wrote:
>
> These library routines obviously do not make use of the
> cyclic_register() etc. API, but do need to call schedule(). Include
> the proper header.
>
> Eventually, their ifdef logic should be updated to avoid talking about
> CONFIG_WATCHDOG.
>
> Signed-off-by: Rasmus Villemoes <ravi at prevas.dk>
> ---
>  lib/sha1.c   | 2 +-
>  lib/sha256.c | 2 +-
>  lib/sha512.c | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

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


More information about the U-Boot mailing list