]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: boot_mode: fix fastboot command
authorJohn Keeping <john@metanate.com>
Thu, 25 Nov 2021 18:05:22 +0000 (18:05 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 24 Dec 2021 07:17:51 +0000 (15:17 +0800)
commitd68a4dfba8c3dbbc455f1c1739bdb7a1500dd4cd
treee748cad8300c6cbf9bb41ddb1c7dafd3e48675fd
parentf9bd267f338e2a6ecfdffb4449f3832dcecf5d11
rockchip: boot_mode: fix fastboot command

The USB controller index must be separated from the type argument,
otherwise the preboot command fails with the error:

Error: Wrong USB controller index format

Add the missing space to fix fastboot mode here.

Signed-off-by: John Keeping <john@metanate.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/boot_mode.c