From: Dang Huynh <[email protected]> Now that we have VOP2 support, we should enable vidconsole.
Signed-off-by: Dang Huynh <[email protected]> --- include/configs/quartz64_rk3566.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/configs/quartz64_rk3566.h b/include/configs/quartz64_rk3566.h index dfe0fee94cd..bf391458219 100644 --- a/include/configs/quartz64_rk3566.h +++ b/include/configs/quartz64_rk3566.h @@ -3,7 +3,10 @@ #ifndef __QUARTZ64_RK3566_H #define __QUARTZ64_RK3566_H -#define ROCKCHIP_DEVICE_SETTINGS +#define ROCKCHIP_DEVICE_SETTINGS \ + "stdin=serial,usbkbd\0" \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" #include <configs/rk3568_common.h> -- 2.51.2

