summaryrefslogtreecommitdiff
path: root/boot/cedit.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-05-02 08:46:50 -0600
committerSimon Glass <sjg@chromium.org>2025-05-30 09:49:32 +0100
commit0dc8c7740c8f5a7155259f0e55618f8006c0d7af (patch)
tree55113e06998142b60e31126d5e735154ed4a33ad /boot/cedit.c
parent86acc21d854cbd881d1612c6b8528de0a577b91e (diff)
expo: Support highlighting menu items
Expo normally uses a pointer to show the current item. Add support for highlighting as well, since this makes it easier for the user to see the current item. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot/cedit.c')
-rw-r--r--boot/cedit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/cedit.c b/boot/cedit.c
index 54810257fb9..8faf230a9e2 100644
--- a/boot/cedit.c
+++ b/boot/cedit.c
@@ -126,6 +126,7 @@ int cedit_prepare(struct expo *exp, struct udevice *vid_dev,
return log_msg_ret("sid", ret);
exp->popup = true;
+ exp->show_highlight = true;
/* This is not supported for now */
if (0)