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> Reviewed-on: https://review.coreboot.org/20361 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
a02b65c40b
commit
f059f6f0ab
|
@ -61,11 +61,8 @@ config DEVICETREE
|
|||
|
||||
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
|
||||
|
|
|
@ -101,7 +101,6 @@ config DEVICETREE
|
|||
|
||||
config EC_GOOGLE_CHROMEEC_BOARDNAME
|
||||
string
|
||||
default "rambi" if BOARD_GOOGLE_RAMBI
|
||||
default ""
|
||||
|
||||
config VGA_BIOS_FILE
|
||||
|
|
Loading…
Reference in New Issue