diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2019-12-09 10:37:36 +0530 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-01-20 10:10:29 +0530 |
commit | bcfa917b07dbfaf03000e339b3b8bcdc041be74c (patch) | |
tree | 6b4635aeb19b55b89027157c76f6d963ccf15dbe /include/configs | |
parent | 3df8c9e7308e91e38f0693834855e7158a0556f5 (diff) | |
download | u-boot-bcfa917b07dbfaf03000e339b3b8bcdc041be74c.tar.gz u-boot-bcfa917b07dbfaf03000e339b3b8bcdc041be74c.tar.bz2 u-boot-bcfa917b07dbfaf03000e339b3b8bcdc041be74c.zip |
configs: am65x_evm: Enable USB keyboard as second stdin
Enable USB keyboard to be used as input device at U-Boot prompt. Both
serial and USB keyboard will be active inputs simultaneously.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/am65x_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am65x_evm.h b/include/configs/am65x_evm.h index 9a120cad89..7d7f86a059 100644 --- a/include/configs/am65x_evm.h +++ b/include/configs/am65x_evm.h @@ -72,6 +72,7 @@ "overlayaddr=0x83000000\0" \ "name_kern=Image\0" \ "console=ttyS2,115200n8\0" \ + "stdin=serial,usbkbd\0" \ "args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000\0" \ "run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}\0" \ |