mirror of https://github.com/acidanthera/audk.git
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:
parent
83a6cf345c
commit
9bb1fced77
|
@ -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;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue