From 899525d92c945f458e888955c6196ce1235dc8c6 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 28 Jan 2021 10:57:13 +0100 Subject: mb/emulation/qemu-q35: Rename header The emulated northbridge is Q35. GM35 does not exist. Tested, still boots. Change-Id: Id8e114a43b54b71087d09d143176ed94329ab7af Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/50023 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/emulation/qemu-q35/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/emulation/qemu-q35/romstage.c') diff --git a/src/mainboard/emulation/qemu-q35/romstage.c b/src/mainboard/emulation/qemu-q35/romstage.c index 92b6113427..465edc84c4 100644 --- a/src/mainboard/emulation/qemu-q35/romstage.c +++ b/src/mainboard/emulation/qemu-q35/romstage.c @@ -6,7 +6,7 @@ #include #include -#include "gm35.h" +#include "q35.h" static void mainboard_machine_check(void) { -- cgit v1.2.3