diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-10-24 16:59:41 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-10-28 10:24:24 +0100 |
commit | a383ca341e7531fab2b3fe2a5bc3294d477aa2fb (patch) | |
tree | 056645b631d815363d2cfd693a6de011c23a7527 | |
parent | 0d7631f08b0e183681f4d351af7e07be92812c33 (diff) | |
download | edk2-platforms-a383ca341e7531fab2b3fe2a5bc3294d477aa2fb.tar.xz |
ArmPkg/ArmCortexA9Lib RVCT: remove incompatible GCC include
Drop the include of AsmMacroIoLib.h, which contains GCC preprocessor macros
that RVCT does not use or require, given it has its own AsmMacroIoLib.inc
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r-- | ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm b/ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm index 1417c9a782..882f25b780 100644 --- a/ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm +++ b/ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm @@ -11,10 +11,6 @@ //
//
-#include <AsmMacroIoLib.h>
-#include <Library/ArmCpuLib.h>
-#include <Chipset/ArmCortexA9.h>
-
INCLUDE AsmMacroExport.inc
INCLUDE AsmMacroIoLib.inc
|