freemyipod r374 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r373‎ | r374 | r375 >
Date:01:04, 22 December 2010
Author:theseven
Status:new
Tags:
Comment:
Oops, S5L8702 syscfg is at 0x00000 on the nor, not 0x04000
Modified paths:
  • /apps/installer-classic/main.c (modified) (history)

Diff [purge]

Index: apps/installer-classic/main.c
@@ -256,7 +256,7 @@
257257 if (oldnorword[0x400] == 0x53436667) appleflash = false;
258258 else
259259 {
260 - if (oldnorword[0x1000] == 0x53436667) appleflash = true;
 260+ if (oldnorword[0] == 0x53436667) appleflash = true;
261261 else panic(PANIC_KILLTHREAD, "Boot flash contents are damaged! "
262262 "(No SYSCFG found)\n\nPlease ask for help.\n");
263263 }