mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 14:42:39 +00:00
* grub-core/kern/arm/efi/startup.S: Remove thumb leftover.
This commit is contained in:
parent
3b0f3aa2a7
commit
a5f6ade676
@ -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>
|
2013-10-07 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/arm/efi/init.c: Rewrite timer fucntion.
|
* grub-core/kern/arm/efi/init.c: Rewrite timer fucntion.
|
||||||
|
@ -33,6 +33,4 @@ FUNCTION(_start)
|
|||||||
str r1, [ip]
|
str r1, [ip]
|
||||||
ldr ip, =EXT_C(grub_main)
|
ldr ip, =EXT_C(grub_main)
|
||||||
bx ip
|
bx ip
|
||||||
.thumb @ For relocation debugging
|
|
||||||
blx _start
|
|
||||||
.end
|
.end
|
||||||
|
Loading…
Reference in New Issue
Block a user