HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50200 )
Change subject: mb/biostar/th61-itx/early_init.c: Clean includes ......................................................................
mb/biostar/th61-itx/early_init.c: Clean includes
Change-Id: I0619e567527812bd0e7088d23d91f114c8fec9ec Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/biostar/th61-itx/early_init.c 1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/50200/1
diff --git a/src/mainboard/biostar/th61-itx/early_init.c b/src/mainboard/biostar/th61-itx/early_init.c index b1a99e0..9d537e6 100644 --- a/src/mainboard/biostar/th61-itx/early_init.c +++ b/src/mainboard/biostar/th61-itx/early_init.c @@ -1,9 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-#include <bootblock_common.h> #include <northbridge/intel/sandybridge/raminit_native.h> -#include <northbridge/intel/sandybridge/sandybridge.h> #include <southbridge/intel/bd82x6x/pch.h> +#include <stdbool.h>
const struct southbridge_usb_port mainboard_usb_ports[] = { { 1, 0, 0 },