mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/Sec: Replaced non-required 'blx' by 'bl'
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14342 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
11249a7339
commit
6271d8c5df
|
@ -33,10 +33,10 @@ StartupAddr DCD CEntryPoint
|
|||
|
||||
_ModuleEntryPoint FUNCTION
|
||||
// First ensure all interrupts are disabled
|
||||
blx ArmDisableInterrupts
|
||||
bl ArmDisableInterrupts
|
||||
|
||||
// Ensure that the MMU and caches are off
|
||||
blx ArmDisableCachesAndMmu
|
||||
bl ArmDisableCachesAndMmu
|
||||
|
||||
// By default, we are doing a cold boot
|
||||
mov r10, #ARM_SEC_COLD_BOOT
|
||||
|
|
Loading…
Reference in New Issue