[coreboot-gerrit] New patch to review for coreboot: DO NOT SUBMIT: run 64 bit builds on all x86 boards

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Aug 1 23:42:42 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11111

-gerrit

commit 4ba5263a3c14f0dbc34c31d11735a793302d9c23
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Sat Aug 1 14:40:01 2015 -0700

    DO NOT SUBMIT: run 64 bit builds on all x86 boards
    
    Change-Id: Ia3f30ead6bd4a70967de0dd66544cf301b7b592a
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 8905266..7b579ee 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -142,4 +142,4 @@ config COMPILE_IN_DSDT
 config BOARD_HAS_64BIT
 	bool "Compile 64bit coreboot"
 	depends on ARCH_X86
-	default n
+	default y



More information about the coreboot-gerrit mailing list