Files
u-boot/arch/arm
Mans Rullgard 66a00be287 ARM: orion5x: fix use of callee-saved registers in lowloevel_init
The lowlevel_init function uses r4 and r6 without preserving their
values as required by the AAPCS.  Use r0 and r2 instead as these
are call-clobbered.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Reviewed-by: Chris Packham <judge.packham@gmail.com>
2018-06-07 09:12:26 -04:00
..
2018-06-05 07:29:09 +02:00
2018-05-08 09:07:34 -04:00
2018-05-28 16:40:43 +05:30