diff options
-rw-r--r-- | payloads/external/SeaBIOS/Makefile.inc | 2 | ||||
-rw-r--r-- | src/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc index d856f37403..5e1df476a7 100644 --- a/payloads/external/SeaBIOS/Makefile.inc +++ b/payloads/external/SeaBIOS/Makefile.inc @@ -1,7 +1,7 @@ TAG-$(CONFIG_SEABIOS_MASTER)=origin/master -TAG-$(CONFIG_SEABIOS_STABLE)=385a7d0dec28841a05531cba96c62138c3959fef +TAG-$(CONFIG_SEABIOS_STABLE)=51755c3b5ed9dcdfdef8cee56631d68642bde416 unexport KCONFIG_AUTOCONFIG diff --git a/src/Kconfig b/src/Kconfig index e0062dde6e..9630e0c816 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -508,7 +508,7 @@ choice depends on PAYLOAD_SEABIOS config SEABIOS_STABLE - bool "stable" + bool "1.7.1" help Stable SeaBIOS version config SEABIOS_MASTER |