summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootloader/rk27xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/rk27xx.c b/bootloader/rk27xx.c
index 209004885f..c786271228 100644
--- a/bootloader/rk27xx.c
+++ b/bootloader/rk27xx.c
@@ -62,7 +62,7 @@ static void enter_rkusb(void)
62 /* Read SCU_ID to determine 62 /* Read SCU_ID to determine
63 * which version of bootrom we have 63 * which version of bootrom we have
64 * 2706A has ID 0xa1000604 64 * 2706A has ID 0xa1000604
65 * 2706B and 2705 have ID 0xa10002b7 65 * 2706B and 2705 have ID 0xa100027b
66 */ 66 */
67 "ldr r1, [r0] \n" 67 "ldr r1, [r0] \n"
68 "ldr r2, =0xa1000604 \n" 68 "ldr r2, =0xa1000604 \n"