rockchip: board: fix always entering recovery on normal boot U-disk
As usual, entering recovery depends on Misc partition content. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ic3c2d13e4b087c0408989edf435ef27a44cac5d7
This commit is contained in:
parent
f0aa8c5d41
commit
7a6f40248d
|
|
@ -186,7 +186,6 @@ static int boot_from_udisk(void)
|
|||
rockchip_set_bootdev(desc);
|
||||
env_set("devtype", "usb");
|
||||
env_set("devnum", "0");
|
||||
env_set("reboot_mode", "recovery-usb");
|
||||
printf("Boot from usb 0\n");
|
||||
} else {
|
||||
printf("No usb dev 0 found\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue