From b077b91e60d58e528181b9e874cc222474ee60cd Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Mon, 20 Nov 2017 05:03:34 +0100 Subject: payloads/external: Use stable version of GRUB2 by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using the stable version by default is consistent with payloads/external/SeaBIOS. Change-Id: I444ba2daaf5ecc5edde907a7842013f88e1c4c9b Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/22528 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- payloads/external/GRUB2/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads/external/GRUB2') diff --git a/payloads/external/GRUB2/Kconfig b/payloads/external/GRUB2/Kconfig index 8b199fa1d3..c4edab9d11 100644 --- a/payloads/external/GRUB2/Kconfig +++ b/payloads/external/GRUB2/Kconfig @@ -2,7 +2,7 @@ if PAYLOAD_GRUB2 choice prompt "GRUB2 version" - default GRUB2_MASTER + default GRUB2_STABLE config GRUB2_STABLE bool "2.02" -- cgit v1.2.3