]> git.baikalelectronics.ru Git - uboot.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)
commit0219f3a1f10dfcca6ee7bd8e48baacfbafccbada
tree099758fa451ffbcb398033bc83dd2256b34ead8d
parent1cb4c2eb2d9180945a80e5527c84d67b6dea630a
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