commit | ed8a807df87eae2f3c1a41f9b2d4b3e0191648db | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <ravi@prevas.dk> | Thu Oct 03 23:27:58 2024 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Oct 23 06:52:38 2024 +0200 |
tree | 2d7776fcfab16fe4ad872de213488d375b750c17 | |
parent | bd665754894ffe4ea01e43f4fc5d3ef4cba1689d [diff] |
lib/sha*: include u-boot/schedule.h instead of cyclic.h 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@prevas.dk> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>