summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2013-11-23 22:43:19 +0100
committerMarcin Bukat <marcin.bukat@gmail.com>2013-11-23 22:43:19 +0100
commit1ed57aaa5049d2bbe4e94bed6674bd405e98a4a5 (patch)
treea74fab92967ca512006734d42faa2eabb0f8d9e8
parent71f0b884bc5862742d3f37c5670579eb794c32e3 (diff)
downloadrockbox-1ed57aaa5049d2bbe4e94bed6674bd405e98a4a5.tar.gz
rockbox-1ed57aaa5049d2bbe4e94bed6674bd405e98a4a5.zip
rk27xx: fix typo in comment about SCU_ID values
Change-Id: Iae4df54488d02246a4626c0f90b80b56aee891fa
-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"