From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Wed, 26 Jul 2017 18:52:23 +0200 Subject: [U-Boot] [U-Boot, v6, 2/3] rockchip: firefly: Set the environment variable 'usbkbd' to the stdin In-Reply-To: <1500986867-30634-3-git-send-email-leo.wen@rock-chips.com> References: <1500986867-30634-3-git-send-email-leo.wen@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 > --- > include/configs/firefly-rk3288.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Philipp Tomsich