Re: [PATCH] rockchip: boot_mode: fix fastboot command

2021-12-23 Thread Kever Yang
On 2021/11/26 上午2:05, John Keeping wrote: 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 Rev

[PATCH] rockchip: boot_mode: fix fastboot command

2021-11-25 Thread John Keeping
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 --- arch/arm/mach-rockchip/boot_mode.c | 2 +- 1