diff options
author | Kever Yang | 2018-04-18 18:01:21 +0800 |
---|---|---|
committer | Philipp Tomsich | 2018-04-25 22:20:07 +0200 |
commit | 932b2c98ebdd274eba6840840ef75f2e555d1543 (patch) | |
tree | 9b10403b6f356befad32f604f9d772f813c2c5ed /include | |
parent | cb7116afe8c526aa05543b36a4722ce06dfde8ab (diff) |
Revert "rockchip: firefly: Add "usb start" to auto-start USB device"
This reverts commit a1903c18db13e740e6bedb8955b3272dce5104e1.
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/firefly-rk3288.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/firefly-rk3288.h b/include/configs/firefly-rk3288.h index d6bb9f6fb4a..2b0ac9ec5f4 100644 --- a/include/configs/firefly-rk3288.h +++ b/include/configs/firefly-rk3288.h @@ -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> |