diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2016-03-09 18:36:46 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-03-11 16:54:23 +0100 |
commit | 468dc3332531510b0bf0708ecc446732fb0b8b2c (patch) | |
tree | 9f1ef71a21bb51f40d868021f6f7667ead3fe33f /payloads/external/SeaBIOS/Kconfig | |
parent | 3677520fd9162d7447308ff5580313cca9e64a19 (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/external/SeaBIOS/Kconfig')
-rw-r--r-- | payloads/external/SeaBIOS/Kconfig | 2 |
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 |