From 2659d4090546bab463853ae6c5874f562b81fbde Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Tue, 26 Jan 2021 12:08:18 +0100 Subject: mb/emulation/qemu-q35: Solve lint-001 error lint-001-no-global-config-in-romstage error on D0F0_PCIEXBAR_LO. DOF0_PCIEXBAR_LO is defined in bootblock.c and romstage.c. Place D0F0_PCIEXBAR_XX in local gm35.h. BUG = N/A TEST = Build and boot QEMU x86 q35/ich9 Change-Id: Ia5ac9eb797de996186282193647313b9f7b42624 Signed-off-by: Frans Hendriks Reviewed-on: https://review.coreboot.org/c/coreboot/+/49930 Tested-by: build bot (Jenkins) Reviewed-by: Wim Vervoorn Reviewed-by: Erik van den Bogaert --- 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 504c655c5c..92b6113427 100644 --- a/src/mainboard/emulation/qemu-q35/romstage.c +++ b/src/mainboard/emulation/qemu-q35/romstage.c @@ -6,7 +6,7 @@ #include #include -#define D0F0_PCIEXBAR_LO 0x60 +#include "gm35.h" static void mainboard_machine_check(void) { -- cgit v1.2.3