From d3784e5d082e114243d846685b50f31886ed5b7c Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 30 Jan 2006 23:25:57 +0000 Subject: iPod: Remove some iPod Photo lcd initialisation code that (when used in the bootloader) corrupted the colors in the original firmware. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8497 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/lcd-ipod.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'firmware/drivers') 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) outl(inl(0x6000600c) | 0x20000, 0x6000600c); /* PWM enable */ - if (lcd_type == 0) { - lcd_cmd_data(0xef, 0x0); - lcd_cmd_data(0x1, 0x0); - lcd_cmd_data(0x80, 0x1); - lcd_cmd_data(0x10, 0x8); - lcd_cmd_data(0x18, 0x6); - lcd_cmd_data(0x7e, 0x4); - lcd_cmd_data(0x7e, 0x5); - lcd_cmd_data(0x7f, 0x1); - } #elif CONFIG_LCD == LCD_IPODNANO /* iPodLinux doesn't appear have any LCD init code for the Nano */ #endif -- cgit v1.2.3