Skip to content
Snippets Groups Projects
Commit 555a6529 authored by Paul Burton's avatar Paul Burton Committed by Daniel Schwierzeck
Browse files

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: default avatarPaul Burton <paul.burton@imgtec.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
parent 73a01d90
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ LEAF(lowlevel_init) ...@@ -34,7 +34,6 @@ LEAF(lowlevel_init)
PTR_LA a0, msg_ddr_ok PTR_LA a0, msg_ddr_ok
bal lowlevel_display bal lowlevel_display
move v0, zero
jr s0 jr s0
END(lowlevel_init) END(lowlevel_init)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment