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(+) 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, -- 2.43.0