projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb7116a
)
Revert "rockchip: firefly: Add "usb start" to auto-start USB device"
author
Kever Yang
<
[email protected]
>
Wed, 18 Apr 2018 10:01:21 +0000
(18:01 +0800)
committer
Philipp Tomsich
<
[email protected]
>
Wed, 25 Apr 2018 20:20:07 +0000
(22:20 +0200)
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 <
[email protected]
>
Acked-by: Philipp Tomsich <
[email protected]
>
Reviewed-by: Philipp Tomsich <
[email protected]
>
include/configs/firefly-rk3288.h
patch
|
blob
|
history
diff --git
a/include/configs/firefly-rk3288.h
b/include/configs/firefly-rk3288.h
index d6bb9f6fb4af05d91755e77a3dc717dd33856ce1..2b0ac9ec5f43e62c8bb47679063bcd5b72538cf5 100644
(file)
--- 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>