summaryrefslogtreecommitdiff
path: root/tools/mknkboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mknkboot.c')
-rw-r--r--tools/mknkboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mknkboot.c b/tools/mknkboot.c
index 600f1adb1a..06bcbca2a5 100644
--- a/tools/mknkboot.c
+++ b/tools/mknkboot.c
@@ -81,7 +81,7 @@ static uint32_t dualboot[] =
81 0xe59f900c, /* ldr r9, [pc, #12] -> 0x53fa4000 */ 81 0xe59f900c, /* ldr r9, [pc, #12] -> 0x53fa4000 */
82 0xe5999000, /* ldr r9, [r9] */ 82 0xe5999000, /* ldr r9, [r9] */
83 0xe3190010, /* tst r9, #16 ; 0x10 */ 83 0xe3190010, /* tst r9, #16 ; 0x10 */
84#if 1 84#if 0
85 /* Branch to Rockbox if hold is on */ 85 /* Branch to Rockbox if hold is on */
86 0x159ff004, /* ldrne pc, [pc, #4] -> 0x89000000 */ 86 0x159ff004, /* ldrne pc, [pc, #4] -> 0x89000000 */
87#else 87#else