[Concept,15/18] expo: Add a help button

Message ID 20251010034255.1099728-16-sjg@u-boot.org
State New
Headers
Series expo: Extend the boot menu |

Commit Message

Simon Glass Oct. 10, 2025, 3:42 a.m. UTC
  From: Simon Glass <sjg@chromium.org>

Add a definition for a button which displays help. For now this is not
used in the standard layout.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 boot/bootflow_internal.h | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/boot/bootflow_internal.h b/boot/bootflow_internal.h
index 0ae5b330bd4..ae7bb16ce8d 100644
--- a/boot/bootflow_internal.h
+++ b/boot/bootflow_internal.h
@@ -14,6 +14,7 @@ 
  *
  * @OBJ_OTHER_LOGO: Second logo (separate from the U-Boot logo)
  * @OBJ_SETTINGS: Select settings / change layout
+ * @OBJ_HELP: Select help
  *
  * The ranges below are as follows:
  *
@@ -49,6 +50,7 @@  enum boomenu_id_t {
 	OBJ_AUTOBOOT,
 	OBJ_OTHER_LOGO,
 	OBJ_SETTINGS,
+	OBJ_HELP,
 
 	/* strings for menu items */
 	STR_LABEL = 100,