Martin Roth has uploaded this change for review. ( https://review.coreboot.org/20361
Change subject: mb/google: Remove ChromeEC builds for auron and rambi ......................................................................
mb/google: Remove ChromeEC builds for auron and rambi
The ChromeEC board directories for auron and rambi have been removed from the latest version of ChromeEC. Remove them here so the submodule can be brought forward.
Change-Id: I763d03009f735d3f8aedbeb44788d03714c86102 Signed-off-by: Martin Roth martinroth@google.com --- M src/mainboard/google/auron/Kconfig M src/mainboard/google/rambi/Kconfig 2 files changed, 1 insertion(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/20361/1
diff --git a/src/mainboard/google/auron/Kconfig b/src/mainboard/google/auron/Kconfig index d911ff5..8cf7e8f 100644 --- a/src/mainboard/google/auron/Kconfig +++ b/src/mainboard/google/auron/Kconfig @@ -61,11 +61,8 @@
config EC_GOOGLE_CHROMEEC_BOARDNAME string - default "auron" if BOARD_GOOGLE_AURON_PAINE - default "auron" if BOARD_GOOGLE_AURON_YUNA - default "" if BOARD_GOOGLE_GANDOF - default "" if BOARD_GOOGLE_LULU default "samus" if BOARD_GOOGLE_SAMUS + default ""
config MAX_CPUS int diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig index 78f077a..c1b0ca2 100644 --- a/src/mainboard/google/rambi/Kconfig +++ b/src/mainboard/google/rambi/Kconfig @@ -101,7 +101,6 @@
config EC_GOOGLE_CHROMEEC_BOARDNAME string - default "rambi" if BOARD_GOOGLE_RAMBI default ""
config VGA_BIOS_FILE