summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSoeren Moch <[email protected]>2022-09-20 18:05:41 +0200
committerStefano Babic <[email protected]>2022-10-21 11:54:13 +0200
commit8d2cbb096ca980b4935f22abe92e20e29c089a00 (patch)
treefa1f308da391fda8c8b36cb251234c7dd41e81df /include
parent8949eb6f9cdfce19669515ec2d4a0136e9d8ef6e (diff)
board: tbs2910: Add serial rx buffer in defconfig
... to avoid loosing characters when pasting text into the serial console. This allows to remove the workaround to disable the vidconsole output when no HDMI device is detected. This workaround only was there to speed-up serial console processing. Signed-off-by: Soeren Moch <[email protected]> Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tbs2910.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
index c93df00d58d..7f197851d0a 100644
--- a/include/configs/tbs2910.h
+++ b/include/configs/tbs2910.h
@@ -61,10 +61,6 @@
"pxefile_addr_r=0x10100000\0" \
"ramdisk_addr_r=0x18080000\0" \
"scriptaddr=0x10000000\0" \
- "set_con_serial=setenv stdout serial; " \
- "setenv stderr serial\0" \
- "set_con_hdmi=setenv stdout serial,vidconsole; " \
- "setenv stderr serial,vidconsole\0" \
"stderr=serial,vidconsole\0" \
"stdin=serial,usbkbd\0" \
"stdout=serial,vidconsole\0"