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:
parent
2eb95f3db9
commit
b077b91e60
|
@ -2,7 +2,7 @@ if PAYLOAD_GRUB2
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "GRUB2 version"
|
prompt "GRUB2 version"
|
||||||
default GRUB2_MASTER
|
default GRUB2_STABLE
|
||||||
|
|
||||||
config GRUB2_STABLE
|
config GRUB2_STABLE
|
||||||
bool "2.02"
|
bool "2.02"
|
||||||
|
|
Loading…
Reference in New Issue