Fix comments

Sadly the dog is not getting fed :/
This commit is contained in:
Xilin Wu 2021-08-07 23:00:11 +08:00 committed by GitHub
parent a1856447c9
commit 703a4aff8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,9 +43,9 @@ InitPeripherals (
IN VOID
)
{
//Feed the QcomWdogTimer
//Kill the QcomWdogTimer on certain devices
MmioWrite32(0x17980008,0x000000);
DEBUG ((EFI_D_WARN, "\n \v The Dog is feeded :)\v"));
DEBUG ((EFI_D_WARN, "\n \v The Dog is killed :)\v"));
}