From: Paul Burton Date: Fri, 15 Sep 2017 18:34:31 +0000 (-0700) Subject: boston: Remove unused label in lowlevel_display X-Git-Tag: v2018.01-rc1~60^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64f733d3fab26d0444096cf8dd4f5fb2bb298c22;p=platform%2Fkernel%2Fu-boot.git 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 Cc: Daniel Schwierzeck --- diff --git a/board/imgtec/boston/lowlevel_init.S b/board/imgtec/boston/lowlevel_init.S index 46c9c1d..02a75a8 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)