]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/Library/BeagleBoardSystemLib/BeagleBoardSystemLib.c
Added DebugAgentTimerLib. Cleaned up .h files and other code.
[mirror_edk2.git] / Omap35xxPkg / Library / BeagleBoardSystemLib / BeagleBoardSystemLib.c
index a03ef575fbad3505c16a480b7d22cde154cdddb1..f8d7b97ca87b545a0b12ef1093d37256401b1be8 100644 (file)
@@ -39,8 +39,8 @@ ResetSystem (
     case EfiResetShutdown:
     default:
       //Perform cold reset of the system.
-      MmioOr32(PRM_RSTCTRL, RST_DPLL3);
-      while ((MmioRead32(PRM_RSTST) & GLOBAL_COLD_RST) != 0x1);
+      MmioOr32 (PRM_RSTCTRL, RST_DPLL3);
+      while ((MmioRead32 (PRM_RSTST) & GLOBAL_COLD_RST) != 0x1);
       break;
   }