Skip to content
Snippets Groups Projects
Commit 932b2c98 authored by Kever Yang's avatar Kever Yang Committed by Philipp Tomsich
Browse files

Revert "rockchip: firefly: Add "usb start" to auto-start USB device"


This reverts commit a1903c18.

It's really bad idea to add "usb start" in preboot, it will spend
a lot of time to scan usb bus, and most of people do not need this
feature.

Signed-off-by: default avatarKever Yang <kever.yang@rock-chips.com>
Acked-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
parent cb7116af
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,7 @@
#define ROCKCHIP_DEVICE_SETTINGS \
"stdin=serial,usbkbd\0" \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0" \
"preboot=usb start\0"
"stderr=serial,vidconsole\0"
#include <configs/rk3288_common.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment