freemyipod r373 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r372‎ | r373 | r374 >
Date:22:45, 21 December 2010
Author:theseven
Status:new
Tags:
Comment:
UMSboot: Fix LCD lockup problems on iPod Classic
Modified paths:
  • /umsboot/main.c (modified) (history)

Diff [purge]

Index: umsboot/main.c
@@ -207,6 +207,7 @@
208208 fat16_write_mbr(_ramdiskptr, totalclusters + fatsectors + 2);
209209 lcdconsole_puts("Booting...", 0, 0xffff);
210210 displaylcd_sync();
 211+ udelay(10000);
211212 execfirmware(ramdisk[0]);
212213 }
213214