From: Leo Wen Date: Tue, 25 Jul 2017 12:47:47 +0000 (+0800) Subject: rockchip: firefly: Add "usb start" to auto-start USB device X-Git-Tag: v2017.09-rc1~70 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a1903c18db13e740e6bedb8955b3272dce5104e1;p=u-boot rockchip: firefly: Add "usb start" to auto-start USB device Add "preboot=usb start" to ROCKCHIP_DEVICE_SETTINGS,you don't need to input "usb start" in command line of u-boot console,it can auto-start the USB device,after that usb keyboard can work. Signed-off-by: Leo Wen Acked-by: Philipp Tomsich Reviewed-by: Philipp Tomsich --- diff --git a/include/configs/firefly-rk3288.h b/include/configs/firefly-rk3288.h index 2b0ac9ec5f..d6bb9f6fb4 100644 --- a/include/configs/firefly-rk3288.h +++ b/include/configs/firefly-rk3288.h @@ -10,7 +10,8 @@ #define ROCKCHIP_DEVICE_SETTINGS \ "stdin=serial,usbkbd\0" \ "stdout=serial,vidconsole\0" \ - "stderr=serial,vidconsole\0" + "stderr=serial,vidconsole\0" \ + "preboot=usb start\0" #include