]> git.ipfire.org Git - people/ms/u-boot.git/commit
boston: Drop unused return value
authorPaul Burton <paul.burton@imgtec.com>
Fri, 15 Sep 2017 18:33:53 +0000 (11:33 -0700)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 28 Nov 2017 20:59:30 +0000 (21:59 +0100)
commit555a6529532c0ac82d92f26d56e9becad72216db
tree099758fa451ffbcb398033bc83dd2256b34ead8d
parent73a01d90c0b2ed2527283f289f73d69ef52cafa5
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>
board/imgtec/boston/lowlevel_init.S