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/agesawrapper.c | |
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/agesawrapper.c')
-rw-r--r-- | src/soc/amd/common/agesawrapper.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/soc/amd/common/agesawrapper.c b/src/soc/amd/common/agesawrapper.c index 17f2e76464..80887ab091 100644 --- a/src/soc/amd/common/agesawrapper.c +++ b/src/soc/amd/common/agesawrapper.c @@ -13,14 +13,11 @@ * GNU General Public License for more details. */ -#include <AGESA.h> +#include "agesawrapper.h" #include <cbfs.h> #include <cbmem.h> #include <delay.h> #include <cpu/x86/mtrr.h> -#include <FchPlatform.h> -#include <heapManager.h> -#include <agesawrapper.h> #include <BiosCallOuts.h> #include <string.h> |