summaryrefslogtreecommitdiff
path: root/rbutil/mkamsboot/dualboot.S
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mkamsboot/dualboot.S')
-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 c421aa53b1..8cadca8174 100644
--- a/rbutil/mkamsboot/dualboot.S
+++ b/rbutil/mkamsboot/dualboot.S
@@ -109,7 +109,7 @@ uclcopy:
109 109
110 cmp r1, #0 110 cmp r1, #0
111 bne boot_of 111 bne boot_of
112#elif defined(SANSA_E200V2) 112#elif defined(SANSA_E200V2) || defined(SANSA_FUZE)
113 /* LEFT button */ 113 /* LEFT button */
114 ldr r0, =GPIOC 114 ldr r0, =GPIOC
115 mov r1, #0 115 mov r1, #0
@@ -132,8 +132,6 @@ uclcopy:
132 /* check value read (0 means button pressed) */ 132 /* check value read (0 means button pressed) */
133 cmp r2, #0 133 cmp r2, #0
134 beq boot_of 134 beq boot_of
135#elif defined(SANSA_FUZE)
136 /* no pinout known except A3 */
137#else 135#else
138 #error No target-specific key check defined! 136 #error No target-specific key check defined!
139#endif 137#endif