diff options
author | Patrick Georgi <pgeorgi@google.com> | 2021-07-19 20:04:34 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-07-23 10:31:48 +0000 |
commit | 4df5779ba98dcd4c983c1eb70e22e00e691b9eab (patch) | |
tree | b737e7a0ddaf6fd687f650628c76f12fdb3fa475 | |
parent | 97582de4487fa6caa50a60ada91f52a0e10943b8 (diff) |
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>
-rw-r--r-- | src/mainboard/google/veyron/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/google/veyron/Kconfig b/src/mainboard/google/veyron/Kconfig index 97444d8fe4..24519951cd 100644 --- a/src/mainboard/google/veyron/Kconfig +++ b/src/mainboard/google/veyron/Kconfig @@ -79,13 +79,4 @@ config CBFS_SIZE default 0x100000 if CHROMEOS 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 |