freemyipod r413 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r412‎ | r413 | r414 >
Date:23:33, 7 January 2011
Author:theseven
Status:new
Tags:
Comment:
Installer for iPod Nano2G boot stub: Revert r360, it was indeed broken.
Modified paths:
  • /apps/installer-nano2g/bootstub/bootstub.S (modified) (history)

Diff [purge]

Index: apps/installer-nano2g/bootstub/bootstub.S
@@ -335,7 +335,7 @@
336336 mov r1, #0x29
337337 mov r2, #1
338338 bl i2csendbyte
339 - adr r1, _stubend + 4
 339+ ldr r1, _stubend + 4
340340 ldr r0, _stubend
341341 add r0, r1, r0
342342 mov r2, #0x08000000

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r360Installer for iPod Nano 2G: Fix an interesting rather obvious bug in the boot...theseven14:47, 20 December 2010