nb/intel/ironlake/bootblock.c: include <arch/pci_io_cfg.h>

Change-Id: Ide960d7957e8a95961ec3722ad7478926a84c544
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49538
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2021-01-31 08:28:45 +01:00 committed by Patrick Georgi
parent 487c1a24f5
commit 77d3b655ed
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <arch/bootblock.h>
#include <arch/pci_io_cfg.h>
#include <assert.h>
#include <device/pci_ops.h>
#include <types.h>
#include "ironlake.h"
static uint32_t encode_pciexbar_length(void)