mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
boston: Drop unused return value
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>
This commit is contained in:
parent
73a01d90c0
commit
555a652953
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ LEAF(lowlevel_init)
|
|||
PTR_LA a0, msg_ddr_ok
|
||||
bal lowlevel_display
|
||||
|
||||
move v0, zero
|
||||
jr s0
|
||||
END(lowlevel_init)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue