[coreboot-gerrit] Patch set updated for coreboot: 61c7bfa ipq806x: Remove extra INCLUDES

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Apr 9 14:58:11 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/9448

-gerrit

commit 61c7bfa163d834df7f5e8b60772b9302ecebb09a
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Thu Apr 9 13:31:02 2015 +0200

    ipq806x: Remove extra INCLUDES
    
    That variable isn't used anymore and the include statement
    is already covered in CPPFLAGS_common further down that file.
    
    Change-Id: I3e4fd3281dc0d3f73b238e121dbdfc0d29102b27
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/soc/qualcomm/ipq806x/Makefile.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/soc/qualcomm/ipq806x/Makefile.inc b/src/soc/qualcomm/ipq806x/Makefile.inc
index 6ee925c..5dfca4d 100644
--- a/src/soc/qualcomm/ipq806x/Makefile.inc
+++ b/src/soc/qualcomm/ipq806x/Makefile.inc
@@ -40,8 +40,6 @@ ramstage-y += timer.c
 ramstage-$(CONFIG_DRIVERS_UART) += uart.c
 ramstage-y += usb.c
 
-INCLUDES += -Isrc/soc/qualcomm/ipq806x/include/
-
 ifeq ($(CONFIG_USE_BLOBS),y)
 
 # Generate the actual coreboot bootblock code



More information about the coreboot-gerrit mailing list