summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ipod/lcd-as-color-nano.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/ipod/lcd-as-color-nano.S')
-rwxr-xr-xfirmware/target/arm/ipod/lcd-as-color-nano.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/ipod/lcd-as-color-nano.S b/firmware/target/arm/ipod/lcd-as-color-nano.S
index 5708d0afb8..d4df4d496a 100755
--- a/firmware/target/arm/ipod/lcd-as-color-nano.S
+++ b/firmware/target/arm/ipod/lcd-as-color-nano.S
@@ -136,7 +136,7 @@ lcd_yuv_write_inner_loop:
136 orr r6, r6, r7, lsl #24 @ swap bytes and add pixels simultaneously 136 orr r6, r6, r7, lsl #24 @ swap bytes and add pixels simultaneously
137 mov r7, r7, lsr #8 137 mov r7, r7, lsr #8
138 orr r6, r6, r7, lsl #16 138 orr r6, r6, r7, lsl #16
139#if 0 139#if 1
14011: @ while (!(LCD2_BLOCK_CTRL & LCD2_BLOCK_TXOK)); 14011: @ while (!(LCD2_BLOCK_CTRL & LCD2_BLOCK_TXOK));
141 ldr r11, [r4, #0x20] @ 141 ldr r11, [r4, #0x20] @
142 tst r11, #0x1000000 @ 142 tst r11, #0x1000000 @