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/asrock/h77pro4-m | |
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/asrock/h77pro4-m')
-rw-r--r-- | src/mainboard/asrock/h77pro4-m/early_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asrock/h77pro4-m/early_init.c b/src/mainboard/asrock/h77pro4-m/early_init.c index df8f043657..48633d5f69 100644 --- a/src/mainboard/asrock/h77pro4-m/early_init.c +++ b/src/mainboard/asrock/h77pro4-m/early_init.c @@ -5,7 +5,6 @@ #include <device/pci_ops.h> #include <device/pnp_ops.h> #include <option.h> -#include <southbridge/intel/bd82x6x/pch.h> #include <superio/nuvoton/common/nuvoton.h> #include <superio/nuvoton/nct6776/nct6776.h> |