From: Kever Yang Date: Wed, 18 Apr 2018 10:01:21 +0000 (+0800) Subject: Revert "rockchip: firefly: Add "usb start" to auto-start USB device" X-Git-Tag: v2018.05-rc3~38^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=932b2c98ebdd274eba6840840ef75f2e555d1543;p=platform%2Fkernel%2Fu-boot.git 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 Acked-by: Philipp Tomsich Reviewed-by: Philipp Tomsich --- diff --git a/include/configs/firefly-rk3288.h b/include/configs/firefly-rk3288.h index d6bb9f6..2b0ac9e 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