[coreboot-gerrit] New patch to review for coreboot: 36f886f [NOTFORMERGE] src/Kconfig: Build with normal bootblock

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sun Oct 19 10:32:47 CEST 2014


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

-gerrit

commit 36f886f3403b82f4162fddab85c7c9d7eb0e44ec
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sun Oct 19 10:31:00 2014 +0200

    [NOTFORMERGE] src/Kconfig: Build with normal bootblock
    
    Change-Id: Ib750b8c6c723dd1226846a0925a6724775874ef1
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Kconfig b/src/Kconfig
index 785a3ee..eeb8084 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -228,7 +228,7 @@ config CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM
 
 choice
 	prompt "Bootblock behaviour"
-	default BOOTBLOCK_SIMPLE
+	default BOOTBLOCK_NORMAL
 
 config BOOTBLOCK_SIMPLE
 	bool "Always load fallback"



More information about the coreboot-gerrit mailing list