arm: fix u-boot port syscall interface va_arg handling
authorLeif Lindholm <leif.lindholm@linaro.org>
Sat, 16 Nov 2013 12:15:53 +0000 (12:15 +0000)
committerLeif Lindholm <leif.lindholm@linaro.org>
Sat, 16 Nov 2013 14:12:12 +0000 (14:12 +0000)
commit593865b90734ffb462ae13e59d0e1190aaa64d4f
tree75d712070657728bb93921a51ee02327f08b5850
parent31c0cd43629b7395eb113e5679bd41dbebc1969c
arm: fix u-boot port syscall interface va_arg handling

Commit c9cd02c broke the u-boot syscall API for va_args that spill over
to the stack, causing the disk support to stop working. This patch
resolves the problem, while keeping the new, cleaner transition_space
handling.
ChangeLog
grub-core/kern/arm/uboot/startup.S