summaryrefslogtreecommitdiff
path: root/Omap35xxPkg/Flash/Flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'Omap35xxPkg/Flash/Flash.c')
-rw-r--r--Omap35xxPkg/Flash/Flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Omap35xxPkg/Flash/Flash.c b/Omap35xxPkg/Flash/Flash.c
index c8c34c9a4..1bd781ded 100644
--- a/Omap35xxPkg/Flash/Flash.c
+++ b/Omap35xxPkg/Flash/Flash.c
@@ -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