]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/Flash/Flash.c
Added DebugAgentTimerLib. Cleaned up .h files and other code.
[mirror_edk2.git] / Omap35xxPkg / Flash / Flash.c
index c8c34c9a413da9112c7e3ae64bb7035cbdffb5a6..1bd781ded0c71c9469ea285251e5d4847f025df6 100644 (file)
@@ -271,7 +271,7 @@ NandCalculateEcc (
 
   for (Index = 0; Index < gNum512BytesChunks; Index++) {
 
-    EccResult = MmioRead32(EccResultRegister);
+    EccResult = MmioRead32 (EccResultRegister);
 
     //Calculate ECC code from 32-bit ECC result value.
     //NOTE: Following calculation is not part of TRM. We got this information