mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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 <smoch@web.de> Reviewed-by: Fabio Estevam <festevam@denx.de>
This commit is contained in:
committed by
Stefano Babic
parent
8949eb6f9c
commit
8d2cbb096c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user