diff options
author | Paul Burton | 2017-09-15 11:34:31 -0700 |
---|---|---|
committer | Daniel Schwierzeck | 2017-11-28 21:59:30 +0100 |
commit | 64f733d3fab26d0444096cf8dd4f5fb2bb298c22 (patch) | |
tree | c2a6a424cedb0d7d231f7a24d0e7008f937bd0d4 | |
parent | 555a6529532c0ac82d92f26d56e9becad72216db (diff) |
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>
-rw-r--r-- | board/imgtec/boston/lowlevel_init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/imgtec/boston/lowlevel_init.S b/board/imgtec/boston/lowlevel_init.S index 46c9c1d2696..02a75a8ee7e 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) |