aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--payloads/external/SeaBIOS/Makefile.inc2
-rw-r--r--src/Kconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc
index 21bc9a70e8..da454528f3 100644
--- a/payloads/external/SeaBIOS/Makefile.inc
+++ b/payloads/external/SeaBIOS/Makefile.inc
@@ -1,5 +1,5 @@
TAG-$(CONFIG_SEABIOS_MASTER)=origin/master
-TAG-$(CONFIG_SEABIOS_STABLE)=96917a8ed761f017fc8c72ba3b9181fbac03ac59
+TAG-$(CONFIG_SEABIOS_STABLE)=e51488c5f8800a52ac5c8da7a31b85cca5cc95d2
unexport KCONFIG_AUTOHEADER
unexport KCONFIG_AUTOCONFIG
diff --git a/src/Kconfig b/src/Kconfig
index 443732a73c..327e1bf1ad 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -592,7 +592,7 @@ choice
depends on PAYLOAD_SEABIOS
config SEABIOS_STABLE
- bool "1.7.4"
+ bool "1.7.5"
help
Stable SeaBIOS version
config SEABIOS_MASTER