soc/{amd,intel}/chip: Use local include for chip.h
Change-Id: Ic1fcbf4b54b7d0b5cda04ca9f7fc145050c867b8 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32014 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
		@@ -16,7 +16,6 @@
 | 
			
		||||
#include <arch/cpu.h>
 | 
			
		||||
#include <console/console.h>
 | 
			
		||||
#include <device/pci.h>
 | 
			
		||||
#include <chip.h>
 | 
			
		||||
#include <cpu/x86/lapic.h>
 | 
			
		||||
#include <cpu/x86/mp.h>
 | 
			
		||||
#include <cpu/x86/msr.h>
 | 
			
		||||
@@ -33,6 +32,8 @@
 | 
			
		||||
#include <soc/pm.h>
 | 
			
		||||
#include <soc/smm.h>
 | 
			
		||||
 | 
			
		||||
#include "chip.h"
 | 
			
		||||
 | 
			
		||||
static void soc_fsp_load(void)
 | 
			
		||||
{
 | 
			
		||||
	fsps_load(romstage_handoff_is_resume());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user