[coreboot-gerrit] New patch to review for coreboot: Revert "vboot: Add vboot library to romstage"

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Thu Nov 10 00:08:29 CET 2016


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17346

-gerrit

commit 57b23ebb916d47ced5ff79065c046fa16ffe2dd2
Author: Furquan Shaikh <furquan at google.com>
Date:   Thu Nov 10 01:08:25 2016 +0200

    Revert "vboot: Add vboot library to romstage"
    
    This reverts commit 21fdd8d0b2206be85dd920e94fb9657a22ab5226.
    
    I meant to abandon the original change and clicked submit instead.
    
    Change-Id: I1db29b62c5c071113d308583f094f77285c9ba1e
---
 src/vboot/Makefile.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/vboot/Makefile.inc b/src/vboot/Makefile.inc
index 73fb9d1..82b4ac2 100644
--- a/src/vboot/Makefile.inc
+++ b/src/vboot/Makefile.inc
@@ -105,7 +105,6 @@ $(VB2_LIB): $(obj)/config.h
 libverstage-srcs += $(VB2_LIB)
 
 ifeq ($(CONFIG_SEPARATE_VERSTAGE),y)
-romstage-srcs += $(VB2_LIB)
 cbfs-files-$(CONFIG_SEPARATE_VERSTAGE) += $(CONFIG_CBFS_PREFIX)/verstage
 $(CONFIG_CBFS_PREFIX)/verstage-file := $(objcbfs)/verstage.elf
 $(CONFIG_CBFS_PREFIX)/verstage-type := stage



More information about the coreboot-gerrit mailing list