[coreboot-gerrit] Patch set updated for coreboot: 1e9fa64 ChromeEC: Drop unneeded Kconfig variable EC_GOOGLE_API_ROOT

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Apr 17 20:27:11 CEST 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3057

-gerrit

commit 1e9fa64463dbeb7fcf15975bcd4cc8c062a1f92c
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Mon Apr 8 16:43:25 2013 -0700

    ChromeEC: Drop unneeded Kconfig variable EC_GOOGLE_API_ROOT
    
    This used to contain the path for the EC include files, but
    those files are included in coreboot now.
    
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    
    Change-Id: I4fce9831c5e21b0a69a6295dbda2580e1ca83369
    Reviewed-on: https://gerrit.chromium.org/gerrit/47606
    Reviewed-by: Randall Spangler <rspangler at chromium.org>
    Commit-Queue: Stefan Reinauer <reinauer at google.com>
    Tested-by: Stefan Reinauer <reinauer at google.com>
---
 src/ec/google/chromeec/Kconfig      | 7 -------
 src/ec/google/chromeec/Makefile.inc | 2 --
 2 files changed, 9 deletions(-)

diff --git a/src/ec/google/chromeec/Kconfig b/src/ec/google/chromeec/Kconfig
index c3f0499..773f294 100644
--- a/src/ec/google/chromeec/Kconfig
+++ b/src/ec/google/chromeec/Kconfig
@@ -3,13 +3,6 @@ config EC_GOOGLE_CHROMEEC
 	help
 	  Google's Chrome EC
 
-config EC_GOOGLE_API_ROOT
-       depends on EC_GOOGLE_CHROMEEC
-       string "Path to the EC API include file"
-       default "/usr/include"
-       help
-         Path to the ec API file (ec/ec_commands.h).
-
 config EC_GOOGLE_CHROMEEC_I2C
 	depends on EC_GOOGLE_CHROMEEC && !EC_GOOGLE_CHROMEEC_LPC
 	bool
diff --git a/src/ec/google/chromeec/Makefile.inc b/src/ec/google/chromeec/Makefile.inc
index 5bc9268..922c1fe 100644
--- a/src/ec/google/chromeec/Makefile.inc
+++ b/src/ec/google/chromeec/Makefile.inc
@@ -7,5 +7,3 @@ smm-$(CONFIG_EC_GOOGLE_CHROMEEC_LPC) += ec_lpc.c
 romstage-y += ec.c
 romstage-$(CONFIG_EC_GOOGLE_CHROMEEC_I2C) += ec_i2c.c
 romstage-$(CONFIG_EC_GOOGLE_CHROMEEC_LPC) += ec_lpc.c
-
-CFLAGS += -I $(call strip_quotes,$(CONFIG_EC_GOOGLE_API_ROOT))



More information about the coreboot-gerrit mailing list