]> git.proxmox.com Git - grub2.git/commitdiff
* grub-core/kern/arm/efi/startup.S: Remove thumb leftover.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 7 Oct 2013 18:04:54 +0000 (20:04 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 7 Oct 2013 18:04:54 +0000 (20:04 +0200)
ChangeLog
grub-core/kern/arm/efi/startup.S

index 89ccd168988a62ff79780278d17b45f49e03d8e6..6793b12dfbd84371dedb0306d99b40ae26a8a932 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-07  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/kern/arm/efi/startup.S: Remove thumb leftover.
+
 2013-10-07  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/kern/arm/efi/init.c: Rewrite timer fucntion.
index 557ec6c3df5e6c74a42bf1efef147a047abcb170..a76076973c05ebc32da9305e80fe2bda360d30fd 100644 (file)
@@ -33,6 +33,4 @@ FUNCTION(_start)
        str     r1, [ip]
        ldr     ip, =EXT_C(grub_main)
        bx      ip
-       .thumb          @ For relocation debugging
-       blx     _start
        .end