Martin Roth has uploaded this change for review. ( https://review.coreboot.org/23826
Change subject: mainboard/google: Disable big, pit, and ryu ec builds ......................................................................
mainboard/google: Disable big, pit, and ryu ec builds
The EC builds for nyan_big, peach_pit, and smaug (ryu) have been removed from the latest EC codebase, so don't try to build them by default anymore.
Change-Id: I53901b32753c5b9b050f517bbf3f10b9071913d4 Signed-off-by: Martin Roth martinroth@google.com --- M src/mainboard/google/nyan_big/Kconfig M src/mainboard/google/peach_pit/Kconfig M src/mainboard/google/smaug/Kconfig 3 files changed, 0 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/23826/1
diff --git a/src/mainboard/google/nyan_big/Kconfig b/src/mainboard/google/nyan_big/Kconfig index 2ebae84..cdc5d22 100644 --- a/src/mainboard/google/nyan_big/Kconfig +++ b/src/mainboard/google/nyan_big/Kconfig @@ -79,10 +79,6 @@ hex default 0x20
-config EC_GOOGLE_CHROMEEC_BOARDNAME - string - default "big" - config GBB_HWID string depends on CHROMEOS diff --git a/src/mainboard/google/peach_pit/Kconfig b/src/mainboard/google/peach_pit/Kconfig index 70fbd1a..542176a 100644 --- a/src/mainboard/google/peach_pit/Kconfig +++ b/src/mainboard/google/peach_pit/Kconfig @@ -49,10 +49,6 @@ int default 3
-config EC_GOOGLE_CHROMEEC_BOARDNAME - string - default "pit" - config GBB_HWID string depends on CHROMEOS diff --git a/src/mainboard/google/smaug/Kconfig b/src/mainboard/google/smaug/Kconfig index cfd508f..86c187d 100644 --- a/src/mainboard/google/smaug/Kconfig +++ b/src/mainboard/google/smaug/Kconfig @@ -84,10 +84,6 @@ hex default 0x1
-config EC_GOOGLE_CHROMEEC_BOARDNAME - string - default "ryu" - config GBB_HWID string depends on CHROMEOS