summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/mkamsboot/dualboot.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/rbutil/mkamsboot/dualboot.S b/rbutil/mkamsboot/dualboot.S
index c421aa5..8cadca8 100644
--- a/rbutil/mkamsboot/dualboot.S
+++ b/rbutil/mkamsboot/dualboot.S
@@ -109,7 +109,7 @@ uclcopy:
cmp r1, #0
bne boot_of
-#elif defined(SANSA_E200V2)
+#elif defined(SANSA_E200V2) || defined(SANSA_FUZE)
/* LEFT button */
ldr r0, =GPIOC
mov r1, #0
@@ -132,8 +132,6 @@ uclcopy:
/* check value read (0 means button pressed) */
cmp r2, #0
beq boot_of
-#elif defined(SANSA_FUZE)
- /* no pinout known except A3 */
#else
#error No target-specific key check defined!
#endif