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:
parent
3677520fd9
commit
468dc33325
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue