mb/google/veyron: Remove references to EC firmware board names
Chrome EC is relatively quick with retiring "old" boards from their tree so when upreving it, the last veyron in that list that wasn't commented out is gone as well. Change-Id: Ie1ef693c8d0947396ee01e5aa5f40ef36c8a317a Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56430 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
97582de448
commit
4df5779ba9
|
@ -79,13 +79,4 @@ config CBFS_SIZE
|
||||||
default 0x100000 if CHROMEOS
|
default 0x100000 if CHROMEOS
|
||||||
default ROM_SIZE
|
default ROM_SIZE
|
||||||
|
|
||||||
config EC_GOOGLE_CHROMEEC_BOARDNAME
|
|
||||||
string
|
|
||||||
depends on CHROMEOS
|
|
||||||
#default "jaq" if BOARD_GOOGLE_VEYRON_JAQ
|
|
||||||
default "jerry" if BOARD_GOOGLE_VEYRON_JERRY
|
|
||||||
#default "mighty" if BOARD_GOOGLE_VEYRON_MIGHTY
|
|
||||||
#default "minnie" if BOARD_GOOGLE_VEYRON_MINNIE
|
|
||||||
#default "speedy" if BOARD_GOOGLE_VEYRON_SPEEDY
|
|
||||||
|
|
||||||
endif # BOARD_GOOGLE_VEYRON
|
endif # BOARD_GOOGLE_VEYRON
|
||||||
|
|
Loading…
Reference in New Issue