nb/intel/x4x: Avoid x4x.h header with romcc-bootblock

Change-Id: If8b70298bffd72d1de7f74917131d648c5fcab66
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35641
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Kyösti Mälkki
2019-09-27 14:32:20 +03:00
parent 3b8deeefa5
commit 197a3c6cea

View File

@ -16,7 +16,10 @@
#include <device/pci_ops.h>
#include "iomap.h"
#include "x4x.h"
/* Just re-define these instead of including x4x.h. It blows up romcc. */
#define D0F0_PCIEXBAR_LO 0x60
#define D0F0_PCIEXBAR_HI 0x64
static void bootblock_northbridge_init(void)
{