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)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 14:17:35 +0000 (15:17 +0100)
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 6ebb5ba..1651d0e 100644 (file)
 /* 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"