diff options
author | Tom Rini <trini@konsulko.com> | 2020-03-26 21:39:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-03-26 21:39:59 -0400 |
commit | fa041198a803f5ee44362a32431ce7373f5f4ae5 (patch) | |
tree | 3194e75991e35b5fa8cbbc6f87946903065c01c5 /include/configs/miqi_rk3288.h | |
parent | af827140e5965e5bb2bcad1c53ca8419b428ff6d (diff) | |
parent | e5a405583f5ce9576c5084a178622e2fdd49cb23 (diff) |
Merge tag 'u-boot-rockchip-20200327' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- Fixed for rv1108 and elgin-rv1108 board
- Fix the keyboard from USB instead of CrOS EC
Diffstat (limited to 'include/configs/miqi_rk3288.h')
-rw-r--r-- | include/configs/miqi_rk3288.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/miqi_rk3288.h b/include/configs/miqi_rk3288.h index c9691a0392..e19fa90212 100644 --- a/include/configs/miqi_rk3288.h +++ b/include/configs/miqi_rk3288.h @@ -7,7 +7,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" |