[coreboot-gerrit] New patch to review for coreboot: 4c97ed2 vboot2: Replace hard coded 'fallback' prefix with Kconfig variable

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue May 5 22:51:36 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/10113

-gerrit

commit 4c97ed2eda6f5a3c45eb733891be0042f5a39bd9
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Tue May 5 22:47:00 2015 +0200

    vboot2: Replace hard coded 'fallback' prefix with Kconfig variable
    
    Change-Id: I9cbdf06f4d0956b5374915f8af7501c6f75b4687
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/vendorcode/google/chromeos/vboot2/Makefile.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/vendorcode/google/chromeos/vboot2/Makefile.inc b/src/vendorcode/google/chromeos/vboot2/Makefile.inc
index bc0ab6b..6ec352f 100644
--- a/src/vendorcode/google/chromeos/vboot2/Makefile.inc
+++ b/src/vendorcode/google/chromeos/vboot2/Makefile.inc
@@ -74,9 +74,9 @@ libverstage-srcs += $(VB2_LIB)
 
 ifeq ($(CONFIG_SEPARATE_VERSTAGE),y)
 cbfs-files-y += $(call strip_quotes,$(CONFIG_CBFS_PREFIX))/verstage
-fallback/verstage-file = $(objcbfs)/verstage.elf
-fallback/verstage-type = stage
-fallback/verstage-compression = none
+$(call strip_quotes,$(CONFIG_CBFS_PREFIX))/verstage-file = $(objcbfs)/verstage.elf
+$(call strip_quotes,$(CONFIG_CBFS_PREFIX))/verstage-type = stage
+$(call strip_quotes,$(CONFIG_CBFS_PREFIX))/verstage-compression = none
 else
 ifeq ($(CONFIG_VBOOT_STARTS_IN_BOOTBLOCK),y)
 bootblock-srcs += $(objgenerated)/libverstage.a



More information about the coreboot-gerrit mailing list