expo: Adjust how menu items are highlighted
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:25 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commitd01b8e226686d3d8408c190bf0c843eabd858ef7
tree45196405e04f959018c47e4d666b11a804fb0afb
parent9f44b544e1d8b23dec51567c657e81488a289d6d
expo: Adjust how menu items are highlighted

At present when the user moves to a new menu item, the menu code
handles this immediately. This means it is not possible to use an expo
action to effect the same change.

Update this so that EXPOACT_POINT_ITEM is handled in cedit_do_action().

Expand the test to cover this.

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