aboutsummaryrefslogtreecommitdiff
path: root/payloads
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2016-03-09 18:36:46 +0100
committerMartin Roth <martinroth@google.com>2016-03-11 16:54:23 +0100
commit468dc3332531510b0bf0708ecc446732fb0b8b2c (patch)
tree9f1ef71a21bb51f40d868021f6f7667ead3fe33f /payloads
parent3677520fd9162d7447308ff5580313cca9e64a19 (diff)
payloads/seabios: Update version number in Kconfig
Fix up commit 4f66648c (payloads/seabios: Upgrade stable from 1.9.0 to 1.9.1), forgetting to update the version number displayed in the Kconfig menu, by updating the string to 1.9.1. Change-Id: Idb395d0ea65bcf91c7c9645fd76d428936e91587 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/14010 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/SeaBIOS/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig
index 70f5ce2ccf..5a9d52f9ab 100644
--- a/payloads/external/SeaBIOS/Kconfig
+++ b/payloads/external/SeaBIOS/Kconfig
@@ -5,7 +5,7 @@ choice
default SEABIOS_STABLE
config SEABIOS_STABLE
- bool "1.9.0"
+ bool "1.9.1"
help
Stable SeaBIOS version
config SEABIOS_MASTER