Fix build break. Was fixing Beagle names in Omap35xx package and missed a few.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10361 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish
2010-04-13 17:39:52 +00:00
parent bf19b4402b
commit 7e3538510f
4 changed files with 10 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ TimerInit (
VOID
)
{
UINTN Timer = FixedPcdGet32(PcdBeagleFreeTimer);
UINTN Timer = FixedPcdGet32(PcdOmap35xxFreeTimer);
UINT32 TimerBaseAddress = TimerBase(Timer);
// Set source clock for GPT3 & GPT4 to SYS_CLK
@@ -83,7 +83,7 @@ UartInit (
VOID
)
{
UINTN Uart = FixedPcdGet32(PcdBeagleConsoleUart);
UINTN Uart = FixedPcdGet32(PcdOmap35xxConsoleUart);
UINT32 UartBaseAddress = UartBase(Uart);
// Set MODE_SELECT=DISABLE before trying to initialize or modify DLL, DLH registers.

View File

@@ -63,8 +63,8 @@
gEmbeddedTokenSpaceGuid.PcdMemoryBase
gEmbeddedTokenSpaceGuid.PcdMemorySize
gOmap35xxTokenSpaceGuid.PcdBeagleConsoleUart
gOmap35xxTokenSpaceGuid.PcdBeagleFreeTimer
gOmap35xxTokenSpaceGuid.PcdOmap35xxConsoleUart
gOmap35xxTokenSpaceGuid.PcdOmap35xxFreeTimer
gArmTokenSpaceGuid.PcdCpuVectorBaseAddress