summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/lcd-ipod.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/firmware/drivers/lcd-ipod.c b/firmware/drivers/lcd-ipod.c
index 9aa7d01adb..5178b1b9b2 100644
--- a/firmware/drivers/lcd-ipod.c
+++ b/firmware/drivers/lcd-ipod.c
@@ -153,16 +153,6 @@ void lcd_init_device(void)
153 153
154 outl(inl(0x6000600c) | 0x20000, 0x6000600c); /* PWM enable */ 154 outl(inl(0x6000600c) | 0x20000, 0x6000600c); /* PWM enable */
155 155
156 if (lcd_type == 0) {
157 lcd_cmd_data(0xef, 0x0);
158 lcd_cmd_data(0x1, 0x0);
159 lcd_cmd_data(0x80, 0x1);
160 lcd_cmd_data(0x10, 0x8);
161 lcd_cmd_data(0x18, 0x6);
162 lcd_cmd_data(0x7e, 0x4);
163 lcd_cmd_data(0x7e, 0x5);
164 lcd_cmd_data(0x7f, 0x1);
165 }
166#elif CONFIG_LCD == LCD_IPODNANO 156#elif CONFIG_LCD == LCD_IPODNANO
167 /* iPodLinux doesn't appear have any LCD init code for the Nano */ 157 /* iPodLinux doesn't appear have any LCD init code for the Nano */
168#endif 158#endif