diff options
author | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2022-01-14 12:38:39 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-17 15:55:02 +0000 |
commit | 3e95cadacc76ae86dfec8391cd75a67426ac2437 (patch) | |
tree | 14298ca7cfcdd1a21c22435224793ca3c9c83ec7 /src/mainboard/google/auron | |
parent | 5a8b9c94a640f740069e6cdead26737d6ac20c69 (diff) |
mb/google/auron: Remove addition of EC firmware to build
In https://crrev.com/c/3069716, the samus EC firmware was removed from
the `main` branch, therefore in order to update the `chromeec` 3rdparty
submodule, the automatic build and inclusion of samus EC firmware into
coreboot's `master` branch has to be dropped as well.
Change-Id: I6fcdd3b7925b6ec33ba48892ed750c29bb60634c
Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61118
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Bora Guvendik <bora.guvendik@intel.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/mainboard/google/auron')
-rw-r--r-- | src/mainboard/google/auron/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/google/auron/Kconfig b/src/mainboard/google/auron/Kconfig index 640cf1377d..a824b14082 100644 --- a/src/mainboard/google/auron/Kconfig +++ b/src/mainboard/google/auron/Kconfig @@ -72,11 +72,6 @@ config MAINBOARD_PART_NUMBER config OVERRIDE_DEVICETREE default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb" -config EC_GOOGLE_CHROMEEC_BOARDNAME - string - default "samus" if BOARD_GOOGLE_SAMUS - default "" - config MAINBOARD_SMBIOS_MANUFACTURER string default "GOOGLE" |