diff mbox series

[U-Boot] boston: Remove unused label in lowlevel_display

Message ID 20170915183431.11426-1-paul.burton@imgtec.com
State Accepted
Commit 64f733d3fab26d0444096cf8dd4f5fb2bb298c22
Delegated to: Daniel Schwierzeck
Headers show
Series [U-Boot] boston: Remove unused label in lowlevel_display | expand

Commit Message

Paul Burton Sept. 15, 2017, 6:34 p.m. UTC
The lowlevel_display() function includes a "1:" label which is never
used. Remove it.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
---

 board/imgtec/boston/lowlevel_init.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Daniel Schwierzeck Sept. 15, 2017, 8:25 p.m. UTC | #1
Am 15.09.2017 um 20:34 schrieb Paul Burton:
> The lowlevel_display() function includes a "1:" label which is never
> used. Remove it.
> 
> Signed-off-by: Paul Burton <paul.burton@imgtec.com>
> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
> ---
> 
>  board/imgtec/boston/lowlevel_init.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied to u-boot-mips, thanks
diff mbox series

Patch

diff --git a/board/imgtec/boston/lowlevel_init.S b/board/imgtec/boston/lowlevel_init.S
index 46c9c1d269..02a75a8ee7 100644
--- a/board/imgtec/boston/lowlevel_init.S
+++ b/board/imgtec/boston/lowlevel_init.S
@@ -51,5 +51,5 @@  LEAF(lowlevel_display)
 	sw	k1, 4(AT)
 #endif
 	.set	pop
-1:	jr	ra
+	jr	ra
 	END(lowlevel_display)