1
0
Fork 0
forked from len0rd/rockbox

rk27xx: fix typo in comment about SCU_ID values

Change-Id: Iae4df54488d02246a4626c0f90b80b56aee891fa
This commit is contained in:
Marcin Bukat 2013-11-23 22:43:19 +01:00
parent 71f0b884bc
commit 1ed57aaa50

View file

@ -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"