summaryrefslogtreecommitdiff
path: root/ArmPkg/Library
diff options
context:
space:
mode:
authorSteven Kinney <steven.kinney@amd.com>2014-04-07 14:59:57 -0500
committerSteven Kinney <steven.kinney@amd.com>2014-04-07 14:59:57 -0500
commit368ab0d62af7cc55dff43bc566e39759143d0e82 (patch)
tree7263b8480c0ea246d77d3d3b56d8ec35ae7b911c /ArmPkg/Library
parente629db6b96ec31dbaf0fe417324dbe8ebf2d81a3 (diff)
parent074c767ed957434634d117ed1d8eef9314d9b66b (diff)
Merge remote-tracking branch 'rmt-1/linaro-topic-misc' into release-prep
Diffstat (limited to 'ArmPkg/Library')
-rw-r--r--ArmPkg/Library/BdsLib/Arm/BdsLinuxLoader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Library/BdsLib/Arm/BdsLinuxLoader.c b/ArmPkg/Library/BdsLib/Arm/BdsLinuxLoader.c
index 13ab7fbb0..4805b40bc 100644
--- a/ArmPkg/Library/BdsLib/Arm/BdsLinuxLoader.c
+++ b/ArmPkg/Library/BdsLib/Arm/BdsLinuxLoader.c
@@ -26,8 +26,8 @@ PreparePlatformHardware (
//Note: Interrupts will be disabled by the GIC driver when ExitBootServices() will be called.
// Clean, invalidate, disable data cache
- ArmDisableDataCache();
ArmCleanInvalidateDataCache();
+ ArmDisableDataCache();
// Invalidate and disable the Instruction cache
ArmDisableInstructionCache ();