summaryrefslogtreecommitdiff
path: root/config/u-boot/default
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-12-25 00:44:51 +0100
committerLeah Rowe <leah@libreboot.org>2025-12-25 01:11:59 +0100
commita59fc6a3535b437a1dba0841d36a02a930e1cb0b (patch)
tree2b66e224313c05edae3fcb1ee42cfd51ba8804b5 /config/u-boot/default
parentb259f3493d31fd0dfa01611ddd29161e6b8c469e (diff)
Libreboot 26.01 RC1 Tenacious TomatoHEAD26.01rc1master
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/u-boot/default')
-rw-r--r--config/u-boot/default/patches/0007-Libreboot-branding-version-on-the-bootflow-menu.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/u-boot/default/patches/0007-Libreboot-branding-version-on-the-bootflow-menu.patch b/config/u-boot/default/patches/0007-Libreboot-branding-version-on-the-bootflow-menu.patch
index 8a09fa7d..76230f5c 100644
--- a/config/u-boot/default/patches/0007-Libreboot-branding-version-on-the-bootflow-menu.patch
+++ b/config/u-boot/default/patches/0007-Libreboot-branding-version-on-the-bootflow-menu.patch
@@ -18,7 +18,7 @@ index 84831915a2..8e26ec2aef 100644
ret |= scene_obj_set_pos(scn, OBJ_MENU, MARGIN_LEFT, 100);
ret |= scene_txt_str(scn, "title", OBJ_MENU_TITLE, STR_MENU_TITLE,
- "U-Boot - Boot Menu", NULL);
-+ "Libreboot 25.06 Luminous Lemon (U-Boot menu): https://libreboot.org/", NULL);
++ "Libreboot 26.01 RC1 Tenacious Tomato (U-Boot menu): https://libreboot.org/", NULL);
ret |= scene_menu_set_title(scn, OBJ_MENU, OBJ_PROMPT);
logo = video_get_u_boot_logo();