diff options
author | Tom Rini | 2020-05-22 10:28:38 -0400 |
---|---|---|
committer | Tom Rini | 2020-05-22 10:28:38 -0400 |
commit | f53c2dc162d0c62debd0ebb88383e3b6fee95c10 (patch) | |
tree | a2705fe5047277b8df937fbad7895b7cc7a2bd6e /include | |
parent | a9f793a30dc091290dddae1d8d3798d25e39c710 (diff) | |
parent | 33863f744d513f5c16a254870e7b3cef8580bbc9 (diff) |
Merge tag 'u-boot-rockchip-20200522' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- Fix rk3288 chromebook veyron support;
- Add pcie driver support for rk3399;
- other fixes for rk3399 boards
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rockpro64_rk3399.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/rockpro64_rk3399.h b/include/configs/rockpro64_rk3399.h index 5f52c1e4f60..7a72cf60499 100644 --- a/include/configs/rockpro64_rk3399.h +++ b/include/configs/rockpro64_rk3399.h @@ -6,6 +6,11 @@ #ifndef __ROCKPRO64_RK3399_H #define __ROCKPRO64_RK3399_H +#define ROCKCHIP_DEVICE_SETTINGS \ + "stdin=serial,usbkbd\0" \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" + #include <configs/rk3399_common.h> #define CONFIG_SYS_MMC_ENV_DEV 0 |