configs: rpi: remove lcd from console output
authorSeung-Woo Kim <sw0312.kim@sausng.com>
Mon, 11 Nov 2019 02:36:50 +0000 (11:36 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:19 +0000 (13:19 +0900)
From RPI3, log printing to lcd video console causes slow down of
uart rx getc called and fifo overrun occured from uart rx because
rpi3 mini uart has small h/w fifo. Remove lcd from console output.

It's changed from lcd to videoconsole.

Change-Id: I1d96ceab2ee796b4757032400c659fe40ab2f08d
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/rpi.h

index e232a69..280b6ec 100644 (file)
@@ -66,8 +66,8 @@
 /* Environment */
 #define ENV_DEVICE_SETTINGS \
        "stdin=serial,usbkbd\0" \
-       "stdout=serial,vidconsole\0" \
-       "stderr=serial,vidconsole\0"
+       "stdout=serial\0" \
+       "stderr=serial\0"
 
 #ifdef CONFIG_ARM64
 #define FDT_HIGH "ffffffffffffffff"