diff options
Diffstat (limited to 'bootloader')
-rw-r--r-- | bootloader/rk27xx.c | 2 |
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" |