projects
/
mirror_edk2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleanup name issues with PCD entries.
[mirror_edk2.git]
/
Omap35xxPkg
/
TimerDxe
/
Timer.c
diff --git
a/Omap35xxPkg/TimerDxe/Timer.c
b/Omap35xxPkg/TimerDxe/Timer.c
index e7684eeddacbf332f1b14dfacad495cbc5e302fe..e99d3451932299ba200a843c71a8bbc5ffd75379 100644
(file)
--- a/
Omap35xxPkg/TimerDxe/Timer.c
+++ b/
Omap35xxPkg/TimerDxe/Timer.c
@@
-197,7
+197,7
@@
TimerDriverSetTimerPeriod (
Status = gInterrupt->DisableInterruptSource(gInterrupt, gVector);
} else {
// Calculate required timer count
Status = gInterrupt->DisableInterruptSource(gInterrupt, gVector);
} else {
// Calculate required timer count
- TimerCount = DivU64x32(TimerPeriod * 100, PcdGet32(PcdEmbedded
Fd
PerformanceCounterPeriodInNanoseconds));
+ TimerCount = DivU64x32(TimerPeriod * 100, PcdGet32(PcdEmbeddedPerformanceCounterPeriodInNanoseconds));
// Set GPTIMER3 Load register
LoadValue = (INT32) -TimerCount;
// Set GPTIMER3 Load register
LoadValue = (INT32) -TimerCount;