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 5e1df476a7..022e012d4e 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)=51755c3b5ed9dcdfdef8cee56631d68642bde416 +TAG-$(CONFIG_SEABIOS_STABLE)=88cb66ea542906ffff8a80ef397b9e3adbb33116 unexport KCONFIG_AUTOCONFIG diff --git a/src/Kconfig b/src/Kconfig index 4d929daff5..3e249679b8 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -504,7 +504,7 @@ choice depends on PAYLOAD_SEABIOS config SEABIOS_STABLE - bool "1.7.1" + bool "1.7.2.1" help Stable SeaBIOS version config SEABIOS_MASTER |