summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S')
-rw-r--r--firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S b/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S
index d5d51575a7..9079be6aa7 100644
--- a/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S
+++ b/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S
@@ -243,7 +243,7 @@ lcd_write_yuv420_lines:
243 subs r1, r1, #2 @ subtract block from width 243 subs r1, r1, #2 @ subtract block from width
244 bgt 10b @ loop line @ 244 bgt 10b @ loop line @
245 @ 245 @
246 ldmfd sp!, { r4-r11, pc } @ restore registers and return 246 ldmpc regs=r4-r11 @ restore registers and return
247 .ltorg @ dump constant pool 247 .ltorg @ dump constant pool
248 .size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines 248 .size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines
249 249
@@ -551,6 +551,6 @@ lcd_write_yuv420_lines_odither:
551 subs r1, r1, #2 @ subtract block from width 551 subs r1, r1, #2 @ subtract block from width
552 bgt 10b @ loop line @ 552 bgt 10b @ loop line @
553 @ 553 @
554 ldmfd sp!, { r4-r11, pc } @ restore registers and return 554 ldmpc regs=r4-r11 @ restore registers and return
555 .ltorg @ dump constant pool 555 .ltorg @ dump constant pool
556 .size lcd_write_yuv420_lines_odither, .-lcd_write_yuv420_lines_odither 556 .size lcd_write_yuv420_lines_odither, .-lcd_write_yuv420_lines_odither