Revision: 14342
          http://edk2.svn.sourceforge.net/edk2/?rev=14342&view=rev
Author:   oliviermartin
Date:     2013-05-10 12:33:26 +0000 (Fri, 10 May 2013)
Log Message:
-----------
ArmPlatformPkg/Sec: Replaced non-required 'blx' by 'bl'

Modified Paths:
--------------
    trunk/edk2/ArmPlatformPkg/Sec/Arm/SecEntryPoint.asm

Modified: trunk/edk2/ArmPlatformPkg/Sec/Arm/SecEntryPoint.asm
===================================================================
--- trunk/edk2/ArmPlatformPkg/Sec/Arm/SecEntryPoint.asm 2013-05-10 07:10:38 UTC 
(rev 14341)
+++ trunk/edk2/ArmPlatformPkg/Sec/Arm/SecEntryPoint.asm 2013-05-10 12:33:26 UTC 
(rev 14342)
@@ -33,10 +33,10 @@
 
 _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

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to