[coreboot-gerrit] Patch set updated for coreboot: 1781b49 vboot: Remove unused 2lib header path

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Thu Apr 9 19:51:52 CEST 2015


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9447

-gerrit

commit 1781b49f3de521bd3e8eeb534d724372655e5cb9
Author: Randall Spangler <rspangler at chromium.org>
Date:   Thu Dec 4 12:58:54 2014 -0800

    vboot: Remove unused 2lib header path
    
    Before the change to use vb2_api.h, coreboot needed to know where to
    find the vboot2 header files.  Now those are all included by
    vb2_api.h, so coreboot doesn't need to know about
    firmware/2lib/include (and in fact, the 2lib directory is about to go
    away).
    
    BUG=chromium:423882
    BRANCH=none
    TEST=emerge-veyron_pinky coreboot
    
    Original-Change-Id: I7f69ca9cf8d45c325219efceca0cb8d1340f7736
    Original-Signed-off-by: Randall Spangler <rspangler at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/233223
    Original-Reviewed-by: Daisuke Nojiri <dnojiri at chromium.org>
    
    (cherry picked from commit b4d4a2da1c8b5a5f8f8da51f009227d3a616b096)
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    
    Change-Id: I4006f38835ea0f927142a8133bc24caaf2b7a214
---
 src/vendorcode/google/chromeos/Makefile.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/vendorcode/google/chromeos/Makefile.inc b/src/vendorcode/google/chromeos/Makefile.inc
index 0908b45..649e1fd 100644
--- a/src/vendorcode/google/chromeos/Makefile.inc
+++ b/src/vendorcode/google/chromeos/Makefile.inc
@@ -52,5 +52,4 @@ endif
 VB_SOURCE := vboot_reference
 subdirs-$(CONFIG_VBOOT_VERIFY_FIRMWARE) += vboot1
 subdirs-$(CONFIG_VBOOT2_VERIFY_FIRMWARE) += vboot2
-CPPFLAGS_common += -I$(VB_SOURCE)/firmware/2lib/include
 CPPFLAGS_common += -I$(VB_SOURCE)/firmware/include



More information about the coreboot-gerrit mailing list