summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-07-02 02:48:54 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-07-02 02:48:54 +0000
commit621524e001db6b562530b11ab3f01e3d0b742c83 (patch)
tree15bf44a80b5bbf995326395f0ad894155438affc
parente34eaf300c96e8d1d75e6027af84fdb3ad096aa0 (diff)
downloadrockbox-621524e001db6b562530b11ab3f01e3d0b742c83.tar.gz
rockbox-621524e001db6b562530b11ab3f01e3d0b742c83.zip
mkamsboot: correct old comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30114 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--rbutil/mkamsboot/README3
-rw-r--r--rbutil/mkamsboot/dualboot/dualboot.S4
2 files changed, 2 insertions, 5 deletions
diff --git a/rbutil/mkamsboot/README b/rbutil/mkamsboot/README
index 899529ce2f..00f6086838 100644
--- a/rbutil/mkamsboot/README
+++ b/rbutil/mkamsboot/README
@@ -58,9 +58,8 @@ firmware and the new (rockbox) firmware.
58 To boot into the Original Firmware, you need to press the Left key. 58 To boot into the Original Firmware, you need to press the Left key.
59 ***Note : on the Clip+ you can alternatively press the Home key. 59 ***Note : on the Clip+ you can alternatively press the Home key.
60 60
61 The player will boot into the Original Firmware as well if it is powered up by 61 The Fuzev2, Clipv2 and Clip+ will boot into the Original Firmware as well if it is powered up by
62inserting an usb cable. 62inserting an usb cable.
63 ***Note : on the m200v4 powering up by usb will cause booting into the new firmware.
64 63
65Hacking 64Hacking
66------- 65-------
diff --git a/rbutil/mkamsboot/dualboot/dualboot.S b/rbutil/mkamsboot/dualboot/dualboot.S
index 242eefa815..bdb872251d 100644
--- a/rbutil/mkamsboot/dualboot/dualboot.S
+++ b/rbutil/mkamsboot/dualboot/dualboot.S
@@ -98,9 +98,7 @@ uclcopy:
98 cmp r1, #0 98 cmp r1, #0
99 bne boot_of 99 bne boot_of
100#endif 100#endif
101 /* Here are model specific tests for dual boot */ 101 /* Here are model specific tests for dual boot (test left button) */
102 /* All models but c200v2 use left button */
103 /* TODO: Left button for c200v2 too (needs DBOP code) */
104 102
105#ifdef SANSA_CLIP 103#ifdef SANSA_CLIP
106.set row, (1<<5) /* enable output on C5 */ 104.set row, (1<<5) /* enable output on C5 */