StandaloneMmPkg/StandaloneMmCpu: fix typo Standlone -> Standalone
Fix a couple of occurrences of typo Standlone -> Standalone Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Supreeth Venkatesh <supreeth.venkatesh@arm.com> Reviewed-by: Achin Gupta <achin.gupta@arm.com>
This commit is contained in:
@@ -74,7 +74,7 @@ GetGuidedHobData (
|
||||
}
|
||||
|
||||
EFI_STATUS
|
||||
StandloneMmCpuInitialize (
|
||||
StandaloneMmCpuInitialize (
|
||||
IN EFI_HANDLE ImageHandle, // not actual imagehandle
|
||||
IN EFI_MM_SYSTEM_TABLE *SystemTable // not actual systemtable
|
||||
)
|
||||
@@ -147,8 +147,8 @@ StandloneMmCpuInitialize (
|
||||
// Share the entry point of the CPU driver
|
||||
DEBUG ((DEBUG_INFO, "Sharing Cpu Driver EP *0x%lx = 0x%lx\n",
|
||||
(UINT64) CpuDriverEntryPointDesc->ArmTfCpuDriverEpPtr,
|
||||
(UINT64) PiMmStandloneArmTfCpuDriverEntry));
|
||||
*(CpuDriverEntryPointDesc->ArmTfCpuDriverEpPtr) = PiMmStandloneArmTfCpuDriverEntry;
|
||||
(UINT64) PiMmStandaloneArmTfCpuDriverEntry));
|
||||
*(CpuDriverEntryPointDesc->ArmTfCpuDriverEpPtr) = PiMmStandaloneArmTfCpuDriverEntry;
|
||||
|
||||
// Find the descriptor that contains the whereabouts of the buffer for
|
||||
// communication with the Normal world.
|
||||
|
Reference in New Issue
Block a user