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)
This commit is contained in:
Paul Menzel 2016-03-09 18:36:46 +01:00 committed by Martin Roth
parent 3677520fd9
commit 468dc33325
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ choice
default SEABIOS_STABLE default SEABIOS_STABLE
config SEABIOS_STABLE config SEABIOS_STABLE
bool "1.9.0" bool "1.9.1"
help help
Stable SeaBIOS version Stable SeaBIOS version
config SEABIOS_MASTER config SEABIOS_MASTER