summaryrefslogtreecommitdiff
path: root/payloads
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2017-11-20 05:03:34 +0100
committerNico Huber <nico.h@gmx.de>2017-11-30 17:48:31 +0000
commitb077b91e60d58e528181b9e874cc222474ee60cd (patch)
tree847863bd8796becb5438e97380d7d94999e4de52 /payloads
parent2eb95f3db9bde95da47b6bb776a7eb1ec2bfd835 (diff)
downloadcoreboot-b077b91e60d58e528181b9e874cc222474ee60cd.tar.xz
payloads/external: Use stable version of GRUB2 by default
Using the stable version by default is consistent with payloads/external/SeaBIOS. Change-Id: I444ba2daaf5ecc5edde907a7842013f88e1c4c9b Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/22528 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/GRUB2/Kconfig2
1 files changed, 1 insertions, 1 deletions
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"