forked from len0rd/rockbox
rk27xx: fix typo in comment about SCU_ID values
Change-Id: Iae4df54488d02246a4626c0f90b80b56aee891fa
This commit is contained in:
parent
71f0b884bc
commit
1ed57aaa50
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue