From: Leo Wen Date: Tue, 25 Jul 2017 12:47:46 +0000 (+0800) Subject: rockchip: firefly: Set the environment variable 'usbkbd' to the stdin X-Git-Tag: v2025.01-rc5-pxa1908~6250 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=af830647696a85afad52b0a5b657fed9c9d237a8;p=u-boot.git 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 Acked-by: Philipp Tomsich Reviewed-by: Philipp Tomsich --- diff --git a/include/configs/firefly-rk3288.h b/include/configs/firefly-rk3288.h index bd39111710..2b0ac9ec5f 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"