12 Nov
2025
12 Nov
'25
4:58 p.m.
From: Simon Glass <sjg@chromium.org> Since expo now runs with no delays it can trigger the watchdog on sandbox. Add a call to schedule() to avoid this. Signed-off-by: Simon Glass <sjg@chromium.org> --- boot/expo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/expo.c b/boot/expo.c index 30f3cbeb9ef..842bacae163 100644 --- a/boot/expo.c +++ b/boot/expo.c @@ -538,6 +538,7 @@ int expo_poll(struct expo *exp, struct expo_action *act) { int key, ret = -EAGAIN; + schedule(); expo_test_mark(exp); /* update mouse position if mouse is enabled */ -- 2.43.0 base-commit: 69d20a8abc56fcfec305967816e4d93fed75a0d8 branch: edc