From 3c48e853eb6e6e85a4429b717620cfa9a5218867 Mon Sep 17 00:00:00 2001 From: sfu5 Date: Thu, 12 Apr 2012 07:19:46 +0000 Subject: [PATCH] Update the default return value of UserPhysicalPresent to TRUE. Signed-off-by: Fu, Siyuan Reviewed-by: Dong, Guo git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13191 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/PlatformSecureLibNull/PlatformSecureLibNull.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c b/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c index cfce97e284..f222e7cb42 100644 --- a/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c +++ b/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c @@ -35,5 +35,5 @@ UserPhysicalPresent ( VOID ) { - return FALSE; + return TRUE; } -- 2.39.2