arm: delete superflouous save of r8 in grub_uboot_syscall
This commit is contained in:
parent
080603f0b0
commit
11a7793221
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-11-16 Leif Lindholm <leif.lindholm@linaro.org>
|
||||
|
||||
* grub-core/kern/arm/uboot/startup.S: delete superflouous save of r8
|
||||
in grub_uboot_syscall
|
||||
|
||||
2013-11-16 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Decrease stack usage in lexer.
|
||||
|
|
|
@ -137,7 +137,6 @@ FUNCTION(grub_uboot_syscall)
|
|||
|
||||
mov lr, pc
|
||||
ldr pc, grub_uboot_syscall_ptr
|
||||
str r8, gd_backup
|
||||
|
||||
ldr r8, transition_space
|
||||
ldr lr, transition_space + 4
|
||||
|
|
Loading…
Reference in a new issue