
25 Jul
2017
25 Jul
'17
7:53 a.m.
Add "usb start" to #define PREBOOT,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.
Change-Id: I40f6d81a6e8478703cb03c44e0f00fc2d26df33a Signed-off-by: Leo Wen leo.wen@rock-chips.com --- include/configs/rk3288_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index ac268cd..23d7389 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -113,6 +113,6 @@ BOOTENV #endif
-#define CONFIG_PREBOOT +#define CONFIG_PREBOOT "usb start"
#endif
--
2.7.4