[coreboot-gerrit] New patch to review for coreboot: [NOTFORMERGE] payloads: Set default to GRUB2

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Wed Mar 9 20:01:45 CET 2016


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14013

-gerrit

commit 20b6444b0dad405f1788e464769a91be8b86119e
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Wed Mar 9 20:00:37 2016 +0100

    [NOTFORMERGE] payloads: Set default to GRUB2
    
    This is just for build testing.
    
    Change-Id: I74eb389442412bbe6336f3c637b23fd127a2e98a
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 payloads/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/Kconfig b/payloads/Kconfig
index c7b9e2a..40559aa 100644
--- a/payloads/Kconfig
+++ b/payloads/Kconfig
@@ -3,7 +3,7 @@ menu "Payload"
 choice
 	prompt "Add a payload"
 	default PAYLOAD_NONE if !ARCH_X86
-	default PAYLOAD_SEABIOS if ARCH_X86
+	default PAYLOAD_GRUB2 if ARCH_X86
 
 config PAYLOAD_NONE
 	bool "None"



More information about the coreboot-gerrit mailing list