]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.c
Added DebugAgentTimerLib. Cleaned up .h files and other code.
[mirror_edk2.git] / Omap35xxPkg / Library / ResetSystemLib / ResetSystemLib.c
index b653f3d47af46f8c21db15fb7d845528fab05a3b..5aeec5d1ef24b0ffaaa783ef5f37101f7aab69ee 100644 (file)
@@ -59,7 +59,7 @@ LibResetSystem (
   default:\r
     // Perform cold reset of the system.\r
     MmioOr32 (PRM_RSTCTRL, RST_DPLL3);\r
-    while ((MmioRead32(PRM_RSTST) & GLOBAL_COLD_RST) != 0x1);\r
+    while ((MmioRead32 (PRM_RSTST) & GLOBAL_COLD_RST) != 0x1);\r
     break;\r
   }\r
 \r