HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50221 )
Change subject: mb/gizmosphere/gizmo2/bootblock.c: Remove unused includes ......................................................................
mb/gizmosphere/gizmo2/bootblock.c: Remove unused includes
Change-Id: Ibdc94e59ffa345670bbed246e94b02a7148a1971 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/gizmosphere/gizmo2/bootblock.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/50221/1
diff --git a/src/mainboard/gizmosphere/gizmo2/bootblock.c b/src/mainboard/gizmosphere/gizmo2/bootblock.c index 3fe9351..ccd8ec1 100644 --- a/src/mainboard/gizmosphere/gizmo2/bootblock.c +++ b/src/mainboard/gizmosphere/gizmo2/bootblock.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-#include <amdblocks/acpimmio.h> #include <bootblock_common.h>
void bootblock_mainboard_early_init(void)