summaryrefslogtreecommitdiff
path: root/bootloader
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 /bootloader
parent71f0b884bc5862742d3f37c5670579eb794c32e3 (diff)
rk27xx: fix typo in comment about SCU_ID values
Change-Id: Iae4df54488d02246a4626c0f90b80b56aee891fa
Diffstat (limited to 'bootloader')
-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)
/* Read SCU_ID to determine
* which version of bootrom we have
* 2706A has ID 0xa1000604
- * 2706B and 2705 have ID 0xa10002b7
+ * 2706B and 2705 have ID 0xa100027b
*/
"ldr r1, [r0] \n"
"ldr r2, =0xa1000604 \n"