From b2c0d08a4e34b30a9419ddee1b526b006fded6d7 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 11 Nov 2017 19:03:39 -0700 Subject: soc/amd/common: Remove direct AGESA header includes All AGESA headers should be included only through agesawrapper.h BUG=b:66818758 TEST=Build gardenia; Build & boot kahlee Change-Id: I94140235f46a627dda99540af8619aeca3f4f157 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/21715 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/amd/common/block/include/amdblocks/psp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/soc/amd/common/block/include/amdblocks') diff --git a/src/soc/amd/common/block/include/amdblocks/psp.h b/src/soc/amd/common/block/include/amdblocks/psp.h index 74ea73f7f7..57ba64945b 100644 --- a/src/soc/amd/common/block/include/amdblocks/psp.h +++ b/src/soc/amd/common/block/include/amdblocks/psp.h @@ -16,11 +16,10 @@ #ifndef __AMD_PSP_H__ #define __AMD_PSP_H__ +#include #include #include #include -#include -#include /* x86 to PSP commands */ #define MBOX_BIOS_CMD_DRAM_INFO 0x01 -- cgit v1.2.3