diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-08-24 09:47:57 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-08-26 02:34:16 +0000 |
commit | 5ee650727b47da6a30302beebdc1f5e7551a398c (patch) | |
tree | 39471cd2183a00fcafd735e768885eacbe4d805e /src/mainboard/gigabyte/ga-h61m-series/early_init.c | |
parent | 1f4e8ac060744834b5eaae44fd481c88930539dc (diff) |
mb/*/*/early_init.c: Remove unused included southbridge
Change-Id: Ia3fda208f5cb2e0d8a1e4da2c4392bc0f326d1ed
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84076
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/gigabyte/ga-h61m-series/early_init.c')
-rw-r--r-- | src/mainboard/gigabyte/ga-h61m-series/early_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-h61m-series/early_init.c b/src/mainboard/gigabyte/ga-h61m-series/early_init.c index 80a3f0fe2a..9efeb400ea 100644 --- a/src/mainboard/gigabyte/ga-h61m-series/early_init.c +++ b/src/mainboard/gigabyte/ga-h61m-series/early_init.c @@ -2,7 +2,6 @@ #include <bootblock_common.h> #include <northbridge/intel/sandybridge/raminit.h> -#include <southbridge/intel/bd82x6x/pch.h> #include <superio/ite/common/ite.h> #include <superio/ite/it8728f/it8728f.h> |