]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c
Update the default return value of UserPhysicalPresent to TRUE.
[mirror_edk2.git] / SecurityPkg / Library / PlatformSecureLibNull / PlatformSecureLibNull.c
index cfce97e2844d34c7051325974a7e0b063ae71c24..f222e7cb42e55972c69006c80444810984e3a1c8 100644 (file)
@@ -35,5 +35,5 @@ UserPhysicalPresent (
   VOID\r
   )\r
 {\r
-  return FALSE;\r
+  return TRUE;\r
 }\r