diff options
-rw-r--r-- | rbutil/mkamsboot/README | 3 | ||||
-rw-r--r-- | rbutil/mkamsboot/dualboot/dualboot.S | 4 |
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 |
62 | inserting an usb cable. | 62 | inserting an usb cable. |
63 | ***Note : on the m200v4 powering up by usb will cause booting into the new firmware. | ||
64 | 63 | ||
65 | Hacking | 64 | Hacking |
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 */ |