From 468dc3332531510b0bf0708ecc446732fb0b8b2c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 9 Mar 2016 18:36:46 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/14010 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- payloads/external/SeaBIOS/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads') 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 -- cgit v1.2.3