
15 Sep
2017
15 Sep
'17
10:24 p.m.
Am 15.09.2017 um 20:33 schrieb Paul Burton:
The boston lowlevel_init() function zeroes the return register v0, despite the function not being expected to return a value & that value never being used.
Remove the redundant assignment to v0.
Signed-off-by: Paul Burton paul.burton@imgtec.com Cc: Daniel Schwierzeck daniel.schwierzeck@gmail.com
board/imgtec/boston/lowlevel_init.S | 1 - 1 file changed, 1 deletion(-)
applied to u-boot-mips, thanks
--
- Daniel