diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2012-01-11 13:14:30 +0100 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2012-01-11 13:14:30 +0100 |
commit | 5ef27368f1bcbe31fb27072983d7a29df8de6845 (patch) | |
tree | 887bb309b990fad972321ce71fa18cb3c312ca31 /firmware/target/arm/philips/hdd1630 | |
parent | cfccd57dcbc54547366d65f67968165dfb1e70c9 (diff) | |
download | rockbox-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/philips/hdd1630')
-rw-r--r-- | firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S b/firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S index 7be807ae98..3bb3530917 100644 --- a/firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S +++ b/firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S | |||
@@ -25,7 +25,7 @@ | |||
25 | #include "cpu.h" | 25 | #include "cpu.h" |
26 | 26 | ||
27 | /**************************************************************************** | 27 | /**************************************************************************** |
28 | * void lcd_write_yuv_420_lines(unsigned char const * const src[3], | 28 | * void lcd_write_yuv420_lines(unsigned char const * const src[3], |
29 | * int width, | 29 | * int width, |
30 | * int stride); | 30 | * int stride); |
31 | * | 31 | * |
@@ -254,7 +254,7 @@ lcd_write_yuv420_lines: | |||
254 | 254 | ||
255 | 255 | ||
256 | /**************************************************************************** | 256 | /**************************************************************************** |
257 | * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], | 257 | * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3], |
258 | * int width, | 258 | * int width, |
259 | * int stride, | 259 | * int stride, |
260 | * int x_screen, | 260 | * int x_screen, |