aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/x4x/bootblock.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-09-15 12:23:45 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-09-25 19:43:07 +0000
commit2a8ceefb277f3b395121bfdd9667cb1bf84bf222 (patch)
treed20974217aa27d3323a8a0f4939fcbb129bf1920 /src/northbridge/intel/x4x/bootblock.c
parent8f0b3e546a6ee8501ac5c34b6522ae52b8104e2d (diff)
nb/intel/x4x/iomap.h: Rename to memmap.h
It primarily contains definitions for MMIO windows. Also, remove includes from files not directly using the definitions it contains. Tested with BUILD_TIMELESS=1, Asus P5QL PRO remains identical. Change-Id: Id28080d9b2924463dd3720492d5e717d65fa0071 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45419 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/intel/x4x/bootblock.c')
-rw-r--r--src/northbridge/intel/x4x/bootblock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/x4x/bootblock.c b/src/northbridge/intel/x4x/bootblock.c
index baa4ae336c..1192fdb1cb 100644
--- a/src/northbridge/intel/x4x/bootblock.c
+++ b/src/northbridge/intel/x4x/bootblock.c
@@ -5,7 +5,6 @@
#include <device/pci_ops.h>
#include "x4x.h"
-#include "iomap.h"
void bootblock_early_northbridge_init(void)
{