From 1ed57aaa5049d2bbe4e94bed6674bd405e98a4a5 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Sat, 23 Nov 2013 22:43:19 +0100 Subject: rk27xx: fix typo in comment about SCU_ID values Change-Id: Iae4df54488d02246a4626c0f90b80b56aee891fa --- bootloader/rk27xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootloader') 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" -- cgit