X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPlatformPkg%2FSec%2FSecEntryPoint.asm;h=a20a3fd9f619b2f4f2708d4cfc9fe2a2ac2c68b0;hp=3556ce471fa783afd86cc9187497da5978f30e99;hb=e314d564db4d52a9e904f6049dad7fc5dece5cb4;hpb=315649cda206bd439a09c02e82b683ab754df77a diff --git a/ArmPlatformPkg/Sec/SecEntryPoint.asm b/ArmPlatformPkg/Sec/SecEntryPoint.asm index 3556ce471f..a20a3fd9f6 100644 --- a/ArmPlatformPkg/Sec/SecEntryPoint.asm +++ b/ArmPlatformPkg/Sec/SecEntryPoint.asm @@ -19,7 +19,7 @@ IMPORT CEntryPoint IMPORT ArmPlatformSecBootAction - IMPORT ArmPlatformInitializeBootMemory + IMPORT ArmPlatformSecBootMemoryInit IMPORT ArmDisableInterrupts IMPORT ArmDisableCachesAndMmu IMPORT ArmWriteVBar @@ -68,7 +68,7 @@ _WaitInitMem _InitMem // Initialize Init Boot Memory - bl ArmPlatformInitializeBootMemory + bl ArmPlatformSecBootMemoryInit // Only Primary CPU could run this line (the secondary cores have jumped from _IdentifyCpu to _SetupStack) LoadConstantToReg (FixedPcdGet32(PcdArmPrimaryCore), r5)