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:
Joseph Chen 2019-11-29 10:53:16 +08:00 committed by Jianhong Chen
parent f0aa8c5d41
commit 7a6f40248d
1 changed files with 0 additions and 1 deletions

View File

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