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/BiosCallOuts.h | |
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/BiosCallOuts.h')
-rw-r--r-- | src/soc/amd/common/BiosCallOuts.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/amd/common/BiosCallOuts.h b/src/soc/amd/common/BiosCallOuts.h index a2c719f2f5..5237d52b6a 100644 --- a/src/soc/amd/common/BiosCallOuts.h +++ b/src/soc/amd/common/BiosCallOuts.h @@ -17,9 +17,7 @@ #ifndef __CALLOUTS_AMD_AGESA_H__ #define __CALLOUTS_AMD_AGESA_H__ -#include <Porting.h> -#include <AGESA.h> -#include <FchPlatform.h> +#include "agesawrapper.h" #define BIOS_HEAP_START_ADDRESS 0x010000000 #define BIOS_HEAP_SIZE 0x30000 |