PcAtChipsetPkg: install RTC ARCH protocol even if the "RTC" variable is corrupted.

signed-off-by: erictian
reviewed-by: hhtian

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12734 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
erictian 2011-11-17 08:35:08 +00:00
parent 83a6cf345c
commit 9bb1fced77
1 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,8 @@ PcRtcInit (
Time.Month = RTC_INIT_MONTH;
Time.Year = RTC_INIT_YEAR;
Time.Nanosecond = 0;
Time.TimeZone = EFI_UNSPECIFIED_TIMEZONE;
Time.Daylight = 0;
}
//