diff options
| author | Simon Glass <[email protected]> | 2025-05-02 08:46:54 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2025-05-30 09:49:32 +0100 |
| commit | f8f8f822c3ea699afdf743100327c17f85d473c3 (patch) | |
| tree | 1c5b646045a24214749ca957d29c6147ffb166d0 /test/boot | |
| parent | ddd1c97653560c6015f2c165de459ebfdc79f5d7 (diff) | |
expo: Improve the visual appearance of the menu
The menu is currently quite basic. Make use of some recently added
features in expo, to:
- Show proper prompts
- Highlight the current item
- Centre text
- Use multi-line text instead of two independent lines
- Put a box around the items
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/boot')
| -rw-r--r-- | test/boot/bootflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/boot/bootflow.c b/test/boot/bootflow.c index ea1a994fd3d..6eeb59aaa46 100644 --- a/test/boot/bootflow.c +++ b/test/boot/bootflow.c @@ -892,7 +892,7 @@ static int bootflow_menu_theme(struct unit_test_state *uts) * * Check both menu items, since there are two bootflows */ - ut_assertok(check_font(uts, scn, OBJ_PROMPT, font_size)); + ut_assertok(check_font(uts, scn, OBJ_PROMPT1A, font_size)); ut_assertok(check_font(uts, scn, OBJ_POINTER, font_size)); for (i = 0; i < 2; i++) { ut_assertok(check_font(uts, scn, ITEM_DESC + i, font_size)); |
