freemyipod r662 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r661‎ | r662 | r663 >
Date:15:46, 25 March 2011
Author:theseven
Status:new
Tags:
Comment:
Boot menu for iPod Classic: Fix UMSboot
Modified paths:
  • /apps/bootmenu-ipodclassic/main.c (modified) (history)

Diff [purge]

Index: apps/bootmenu-ipodclassic/main.c
@@ -106,7 +106,7 @@
107107
108108 void run_umsboot(void** firmware, void** app, int* size)
109109 {
110 - boot->load_from_flash(firmware, size, true, "umsboot ", 0x10000);
 110+ boot->load_from_flash(firmware, size, false, "umsboot ", 0x10000);
111111 if (!*firmware)
112112 {
113113 memcpy(framebuf, bg, 320 * 240 * 3);