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

2024-10-22 Thread Stefan Roese
On 10/3/24 23:27, Rasmus Villemoes 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

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

2024-10-08 Thread Simon Glass
On Thu, 3 Oct 2024 at 15:29, Rasmus Villemoes 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.

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

2024-10-03 Thread Rasmus Villemoes
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 --- lib/sha1.c | 2 +- lib/sha