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>
This commit is contained in:
Jonathan Neuschäfer 2017-11-20 05:03:34 +01:00 committed by Nico Huber
parent 2eb95f3db9
commit b077b91e60
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ if PAYLOAD_GRUB2
choice
prompt "GRUB2 version"
default GRUB2_MASTER
default GRUB2_STABLE
config GRUB2_STABLE
bool "2.02"