Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45925 )
Change subject: nb/intel/sandybridge/memmap.c: Clean up includes ......................................................................
nb/intel/sandybridge/memmap.c: Clean up includes
Drop unused includes and use <types.h> instead.
Change-Id: I83d77c8da99567c004e96a15f485f338815036c1 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/northbridge/intel/sandybridge/memmap.c 1 file changed, 2 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/45925/1
diff --git a/src/northbridge/intel/sandybridge/memmap.c b/src/northbridge/intel/sandybridge/memmap.c index 38fa6e9..eaf146d 100644 --- a/src/northbridge/intel/sandybridge/memmap.c +++ b/src/northbridge/intel/sandybridge/memmap.c @@ -5,13 +5,11 @@ #include <arch/romstage.h> #include <device/pci_ops.h> #include <cbmem.h> -#include <cpu/intel/smm_reloc.h> #include <cpu/x86/mtrr.h> #include <cpu/x86/smm.h> -#include <program_loading.h> +#include <types.h> + #include "sandybridge.h" -#include <stddef.h> -#include <stdint.h>
static uintptr_t northbridge_get_tseg_base(void) {