The Dog is just locked in a cage
authorXilin Wu <strongtz@yeah.net>
星期一, 16 Aug 2021 15:51:08 +0000 (23:51 +0800)
committerGitHub <noreply@github.com>
星期一, 16 Aug 2021 15:51:08 +0000 (23:51 +0800)
Suggested-by: fxsheep <sunxiaoyang2003@gmail.com>
sdm845Pkg/Drivers/sdm845Dxe/sdm845Dxe.c

index 0cc385524920cab2d70a49802edc0a48b32aaa1e..c06df77572c1891da79844f6d959559afec0dae8 100644 (file)
@@ -43,9 +43,9 @@ InitPeripherals (
   IN VOID
   )
 {
-  //Kill the QcomWdogTimer on certain devices
+  //Lock the QcomWdogTimer in a cage on certain devices
   MmioWrite32(0x17980008,0x000000);
-  DEBUG ((EFI_D_WARN, "\n \v The Dog is killed :)\v"));
+  DEBUG ((EFI_D_WARN, "\n \v The Dog has been locked in a cage :)\v"));
 
 }