diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2024-07-17 09:55:12 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2024-08-09 17:01:50 +0000 |
commit | bfbc5cfcb2be562fc6fcf31dfcab9b648c9f81c7 (patch) | |
tree | e4c11330952a6031a41ef4e81e8b2271992cb475 /src/superio/ite/it8772f/Makefile.mk | |
parent | 001f33cc03a724467138bb6a16aaa4496d3b4a44 (diff) |
superio/ite: Remove custom ITE GPIO drivers and code
Since a generic ITE GPIO driver is available and in use, the existence
of chips-specific drivers no longer make sense. Remove the dead code
in favor of generic GPIO driver.
Change-Id: I7e031d12192af4bd47923d87c1d02c64f9c851a2
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83497
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/superio/ite/it8772f/Makefile.mk')
-rw-r--r-- | src/superio/ite/it8772f/Makefile.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/superio/ite/it8772f/Makefile.mk b/src/superio/ite/it8772f/Makefile.mk index a96a8627b1..93ea16d898 100644 --- a/src/superio/ite/it8772f/Makefile.mk +++ b/src/superio/ite/it8772f/Makefile.mk @@ -1,6 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-or-later -bootblock-$(CONFIG_SUPERIO_ITE_IT8772F) += early_init.c -romstage-$(CONFIG_SUPERIO_ITE_IT8772F) += early_init.c ramstage-$(CONFIG_SUPERIO_ITE_IT8772F) += superio.c -smm-$(CONFIG_SUPERIO_ITE_IT8772F) += early_init.c |