diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-12-01 16:28:30 +0000 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-19 22:38:46 +0000 |
commit | b68dbc47c4dc4effbb60074639b19335e0dbcc7c (patch) | |
tree | a011277f3101bc3f3d79e5705edd04a25f0b9f2b /src/mainboard/intel | |
parent | 070d7a6c4bf7a937d86737c77bd1f8b4e2346917 (diff) |
mb/intel/strago: Disable Chrome EC build
Chrome EC dropped strago support, so we need to disable it here
before updating our Chrome EC submodule.
Change-Id: Ied8905e995fd040b981ce18e95e225ade496d23c
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48216
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r-- | src/mainboard/intel/strago/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/intel/strago/Kconfig b/src/mainboard/intel/strago/Kconfig index 640f5d4e91..4ea5885e0d 100644 --- a/src/mainboard/intel/strago/Kconfig +++ b/src/mainboard/intel/strago/Kconfig @@ -47,10 +47,6 @@ config VGA_BIOS_ID The VGA_BIOS_ID for the C0 version of the video BIOS is hardcoded in soc/intel/braswell/Makefile.inc as 8086,22b1 -config EC_GOOGLE_CHROMEEC_BOARDNAME - string - default "strago" - config CBFS_SIZE hex default 0x200000 |