]> git.ipfire.org Git - thirdparty/u-boot.git/commit
expo: Allow strings to be editable
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:40 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commit87750b027691cd67a20ae6c5b95df65c33e8294e
tree0089c864132dd9c27a237f62470b32c0dc16e0f2
parent589e4ccacfc6ef347a78386b8bedc666911e9c4c
expo: Allow strings to be editable

In some cases dynamic text is needed, e.g. for a menu countdown. Add a
function which handles this, allowing the caller to take control of the
text that is shown on each render.

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