expo: Adjust expo_poll() to avoid looping forever
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:51 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commit5bca4798971a1ea32c43994e35f63f1964b2ddf6
tree92c71dcf221519bfb4b3b8bf573b47d3ec4e1819
parent0dc8c7740c8f5a7155259f0e55618f8006c0d7af
expo: Adjust expo_poll() to avoid looping forever

If the user does not quickly provide some input, exit so that other
things can be done, such as searching for the next OS.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/expo.c