[coreboot-gerrit] New patch to review for coreboot: google/smaug: roll up fixes to compile with vboot

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Jun 30 21:59:51 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10731

-gerrit

commit 12d82cd94328f94caf280f973896a92c34fcb9e9
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Tue Jun 30 21:58:45 2015 +0200

    google/smaug: roll up fixes to compile with vboot
    
    Change-Id: I256410ff6c0107bbbaaf49b909d63ca61e88a22c
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/mainboard/google/smaug/memlayout.ld | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/smaug/memlayout.ld b/src/mainboard/google/smaug/memlayout.ld
index a71dcb8..c53f744 100644
--- a/src/mainboard/google/smaug/memlayout.ld
+++ b/src/mainboard/google/smaug/memlayout.ld
@@ -1,4 +1,4 @@
-#if IS_ENABLED(CONFIG_VBOOT2_VERIFY_FIRMWARE)
+#if IS_ENABLED(CONFIG_VBOOT_VERIFY_FIRMWARE)
 #include <soc/memlayout_vboot2.ld>
 #else
 #include <soc/memlayout.ld>



More information about the coreboot-gerrit mailing list