diff options
author | Martin Roth <martinroth@google.com> | 2017-11-11 19:03:39 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-14 21:00:02 +0000 |
commit | b2c0d08a4e34b30a9419ddee1b526b006fded6d7 (patch) | |
tree | 1634b62265b401fd5d555df5fa52002d83e09402 /src/soc/amd/common/block/include/amdblocks | |
parent | b564eae5e1decb5512fe9229aa35c74b9dd3ee38 (diff) |
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 <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/21715
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/amd/common/block/include/amdblocks')
-rw-r--r-- | src/soc/amd/common/block/include/amdblocks/psp.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <agesawrapper.h> #include <soc/pci_devs.h> #include <stdint.h> #include <compiler.h> -#include <Porting.h> -#include <Proc/Psp/PspBaseLib/PspBaseLib.h> /* x86 to PSP commands */ #define MBOX_BIOS_CMD_DRAM_INFO 0x01 |