diff options
Diffstat (limited to 'firmware/target/arm/ipod')
-rw-r--r-- | firmware/target/arm/ipod/lcd-gray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/ipod/lcd-gray.c b/firmware/target/arm/ipod/lcd-gray.c index 1493751c3b..0a3a4ae797 100644 --- a/firmware/target/arm/ipod/lcd-gray.c +++ b/firmware/target/arm/ipod/lcd-gray.c | |||
@@ -41,7 +41,7 @@ static inline bool timer_check(int clock_start, int usecs) | |||
41 | #if CONFIG_CPU == PP5002 | 41 | #if CONFIG_CPU == PP5002 |
42 | #define IPOD_LCD_BASE 0xc0001000 | 42 | #define IPOD_LCD_BASE 0xc0001000 |
43 | #define IPOD_LCD_BUSY_MASK 0x80000000 | 43 | #define IPOD_LCD_BUSY_MASK 0x80000000 |
44 | #else /* PP5020 */ | 44 | #else /* PP502x */ |
45 | #define IPOD_LCD_BASE 0x70003000 | 45 | #define IPOD_LCD_BASE 0x70003000 |
46 | #define IPOD_LCD_BUSY_MASK 0x00008000 | 46 | #define IPOD_LCD_BUSY_MASK 0x00008000 |
47 | #endif | 47 | #endif |