summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2012-01-11 13:14:30 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2012-01-11 13:14:30 +0100
commit5ef27368f1bcbe31fb27072983d7a29df8de6845 (patch)
tree887bb309b990fad972321ce71fa18cb3c312ca31 /firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S
parentcfccd57dcbc54547366d65f67968165dfb1e70c9 (diff)
downloadrockbox-5ef27368f1bcbe31fb27072983d7a29df8de6845.tar.gz
rockbox-5ef27368f1bcbe31fb27072983d7a29df8de6845.zip
lcd: fix function name in comments in assembly files (lcd_write_yup_420 instead of lcd_write_yuv420)
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 9079be6aa7..e03011c168 100644
--- a/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S
+++ b/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S
@@ -26,7 +26,7 @@
26#include "cpu.h" 26#include "cpu.h"
27 27
28/**************************************************************************** 28/****************************************************************************
29 * void lcd_write_yuv_420_lines(unsigned char const * const src[3], 29 * void lcd_write_yuv420_lines(unsigned char const * const src[3],
30 * int width, 30 * int width,
31 * int stride); 31 * int stride);
32 * 32 *
@@ -249,7 +249,7 @@ lcd_write_yuv420_lines:
249 249
250 250
251/**************************************************************************** 251/****************************************************************************
252 * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], 252 * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3],
253 * int width, 253 * int width,
254 * int stride, 254 * int stride,
255 * int x_screen, 255 * int x_screen,