Revert "rockchip: firefly: Add "usb start" to auto-start USB device"
This reverts commit a1903c18db.
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: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
cb7116afe8
commit
932b2c98eb
|
|
@ -10,8 +10,7 @@
|
||||||
#define ROCKCHIP_DEVICE_SETTINGS \
|
#define ROCKCHIP_DEVICE_SETTINGS \
|
||||||
"stdin=serial,usbkbd\0" \
|
"stdin=serial,usbkbd\0" \
|
||||||
"stdout=serial,vidconsole\0" \
|
"stdout=serial,vidconsole\0" \
|
||||||
"stderr=serial,vidconsole\0" \
|
"stderr=serial,vidconsole\0"
|
||||||
"preboot=usb start\0"
|
|
||||||
|
|
||||||
#include <configs/rk3288_common.h>
|
#include <configs/rk3288_common.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue