summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeo Wen <[email protected]>2017-07-25 20:47:46 +0800
committerPhilipp Tomsich <[email protected]>2017-07-27 14:59:03 +0200
commitaf830647696a85afad52b0a5b657fed9c9d237a8 (patch)
tree644719bd850aefdd0546d1f4e5644bd49b918acb /include
parent73f255b7dc611ee7acfd606598be918945e78847 (diff)
rockchip: firefly: Set the environment variable 'usbkbd' to the stdin
Add the 'usbkbd' environment variable to the 'stdin', the contents of the keyboard input can be auto-displayed on the serial terminal,so you don't need to manually set the environment variable 'stdin'. Signed-off-by: Leo Wen <[email protected]> Acked-by: Philipp Tomsich <[email protected]> Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/firefly-rk3288.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/firefly-rk3288.h b/include/configs/firefly-rk3288.h
index bd39111710e..2b0ac9ec5f4 100644
--- a/include/configs/firefly-rk3288.h
+++ b/include/configs/firefly-rk3288.h
@@ -8,7 +8,7 @@
#define __CONFIG_H
#define ROCKCHIP_DEVICE_SETTINGS \
- "stdin=serial,cros-ec-keyb\0" \
+ "stdin=serial,usbkbd\0" \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"