diff options
author | Leah Rowe <leah@libreboot.org> | 2024-12-31 03:31:37 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-12-31 03:31:37 +0000 |
commit | 95ea3293df58d42ef288543a85344b4731338f91 (patch) | |
tree | 8757308ccda33da22c27f6225fab36f1c0d784eb | |
parent | 6d7e6c361b339e9eedcb4f9201444f16b8a4b3f6 (diff) |
bump seabios to rev 1602647f1 (7 November 2024)
This brings in a *single* change from SeaBIOS, because there
has only been one change in the main branch, and it's a bug fix.
The change from upstream is as follows:
commit 1602647f1be24fe63d11138d802e735c8e674e63
Author: Daniel Khodabakhsh <d.khodabakhsh@gmail.com>
Date: Thu Nov 7 18:46:16 2024 -0800
boot: Force display of the boot menu when boot-menu-wait is a negative number
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | config/seabios/default/target.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/seabios/default/target.cfg b/config/seabios/default/target.cfg index 2ee6cf6f..9ff1db3e 100644 --- a/config/seabios/default/target.cfg +++ b/config/seabios/default/target.cfg @@ -1,4 +1,4 @@ # SPDX-License-Identifier: GPL-3.0-or-later tree="default" -rev="62a1429ec1ec67f14c039d97627a6a7ef70a983c" +rev="1602647f1be24fe63d11138d802e735c8e674e63" |