Browse Source

boston: Remove unused label in lowlevel_display

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>
Paul Burton 7 years ago
parent
commit
64f733d3fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      board/imgtec/boston/lowlevel_init.S

+ 1 - 1
board/imgtec/boston/lowlevel_init.S

@@ -51,5 +51,5 @@ LEAF(lowlevel_display)
 	sw	k1, 4(AT)
 	sw	k1, 4(AT)
 #endif
 #endif
 	.set	pop
 	.set	pop
-1:	jr	ra
+	jr	ra
 	END(lowlevel_display)
 	END(lowlevel_display)