summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg
diff options
context:
space:
mode:
authorzwei4 <david.wei@intel.com>2017-07-03 13:13:53 +0800
committerzwei4 <david.wei@intel.com>2017-07-03 13:13:53 +0800
commit71fb66bce4f47de4d4c3f250ae2691ad1631859b (patch)
tree4588e48ccb00df69c22168db8ce6366fb4cf9d7c /Platform/BroxtonPlatformPkg
parent3764b4dbbd13803968b2457b74eaf4ed25778061 (diff)
downloadedk2-platforms-71fb66bce4f47de4d4c3f250ae2691ad1631859b.tar.xz
RTC configuration.
Cleanup RTC initialization code. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: zwei4 <david.wei@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/Library/PlatformSecLib/PlatformSecLib.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/Library/PlatformSecLib/PlatformSecLib.c b/Platform/BroxtonPlatformPkg/Common/Library/PlatformSecLib/PlatformSecLib.c
index e4bee35fb6..98e18d4b5e 100644
--- a/Platform/BroxtonPlatformPkg/Common/Library/PlatformSecLib/PlatformSecLib.c
+++ b/Platform/BroxtonPlatformPkg/Common/Library/PlatformSecLib/PlatformSecLib.c
@@ -1,7 +1,7 @@
/** @file
Null instance of Sec Platform Hook Lib.
- Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -43,12 +43,6 @@ PlatformSecLibConstructor (
DefaultsRestored = FALSE;
- //
- // Perform a checksum computation and verify if the checksum is correct. If the checksum is incorrect
- // initialize all the CMOS location to their default values and recalculate the checksum.
- //
- InitCmos (FALSE, &DefaultsRestored);
-
return EFI_SUCCESS;
}