diff options
author | Olivier Martin <olivier.martin@arm.com> | 2013-11-28 21:38:06 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-11-28 21:38:06 +0000 |
commit | 6cc28dc4c06c193d5f8a945823245ef85ae55064 (patch) | |
tree | 063f0bd3227ccc5c655be8f3450439b0a44b475a /ArmPlatformPkg/Library | |
parent | 168d724568ff1525517b1d0b00361419ca564310 (diff) | |
download | edk2-6cc28dc4c06c193d5f8a945823245ef85ae55064.zip edk2-6cc28dc4c06c193d5f8a945823245ef85ae55064.tar.gz edk2-6cc28dc4c06c193d5f8a945823245ef85ae55064.tar.bz2 |
ARM Packages: Removed 'Chipset/ArmV7.h' inclusion from the non-ARMv7 specific files
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14909 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Library')
-rwxr-xr-x | ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c b/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c index f7c3ab2..f8f91e8 100755 --- a/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c +++ b/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c @@ -23,8 +23,6 @@ #include <Library/PrintLib.h>
#include <Library/SerialPortLib.h>
-#include <Chipset/ArmV7.h>
-
// When the firmware is built as not Standalone, the secondary cores need to wait the firmware
// entirely written into DRAM. It is the firmware from DRAM which will wake up the secondary cores.
VOID
|