]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmVirtPkg/PrePi/PrePi.c
ArmVirtPkg/PrePi: do not invalidate the entire data cache at startup
[mirror_edk2.git] / ArmVirtPkg / PrePi / PrePi.c
index f9ad37427217830140f88950f20f9b92d99ce75b..fe7612cec74b4afed4ae8d421e85c3cbc228ca04 100755 (executable)
@@ -194,8 +194,6 @@ CEntryPoint (
 \r
   // Data Cache enabled on Primary core when MMU is enabled.\r
   ArmDisableDataCache ();\r
-  // Invalidate Data cache\r
-  ArmInvalidateDataCache ();\r
   // Invalidate instruction cache\r
   ArmInvalidateInstructionCache ();\r
   // Enable Instruction Caches on all cores.\r