From 548304317c044270cba34685ea2560dd71a3a571 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Sun, 1 Nov 2020 03:33:52 +0900 Subject: [PATCH] pwsh1: show console on the LCD --- include/configs/pwsh1.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/pwsh1.h b/include/configs/pwsh1.h index cd5f429f5e..c1dbc42235 100644 --- a/include/configs/pwsh1.h +++ b/include/configs/pwsh1.h @@ -57,6 +57,9 @@ /* Extra Environment */ #define CONFIG_EXTRA_ENV_SETTINGS \ + "stdin=serial\0" \ + "stdout=serial,vga\0" \ + "stderr=serial,vga\0" \ "videomode=video=ctfb:x:800,y:480,depth:16,pclk:30857,le:0,ri:0,up:0,lo:0,hs:0,vs:0,sync:0,vmode:0\0" \ "bootdelay=0\0" \ "image=zImage\0" \