* grub-core/kern/arm/uboot/startup.S: Remove = by replacing with

literal load.
	(grub_uboot_syscall): Save/restore r9 and align stack.
This commit is contained in:
Vladimir Serbinenko 2013-11-13 06:27:03 +01:00
parent 8149861554
commit c9cd02c965
2 changed files with 50 additions and 25 deletions

View file

@ -1,3 +1,9 @@
2013-11-13 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/arm/uboot/startup.S: Remove = by replacing with
literal load.
(grub_uboot_syscall): Save/restore r9 and align stack.
2013-11-13 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/arm/cache.S: Replace = with explicit litteral load.