From 621524e001db6b562530b11ab3f01e3d0b742c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sat, 2 Jul 2011 02:48:54 +0000 Subject: [PATCH] mkamsboot: correct old comments git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30114 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/mkamsboot/README | 3 +-- 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. To boot into the Original Firmware, you need to press the Left key. ***Note : on the Clip+ you can alternatively press the Home key. - The player will boot into the Original Firmware as well if it is powered up by + The Fuzev2, Clipv2 and Clip+ will boot into the Original Firmware as well if it is powered up by inserting an usb cable. - ***Note : on the m200v4 powering up by usb will cause booting into the new firmware. Hacking ------- 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: cmp r1, #0 bne boot_of #endif - /* Here are model specific tests for dual boot */ - /* All models but c200v2 use left button */ - /* TODO: Left button for c200v2 too (needs DBOP code) */ + /* Here are model specific tests for dual boot (test left button) */ #ifdef SANSA_CLIP .set row, (1<<5) /* enable output on C5 */