Re: [PATCH 1/1] cmd: add serial console support for the cls command

2022-02-11 Thread Simon Glass
Hi Heinrich, On Sat, 29 Jan 2022 at 13:32, Heinrich Schuchardt wrote: > > Currently the cls command does not support the serial console > > The screen can be cleared in the video uclass, the colored frame buffer > console, and the serial console by sending the same escape sequence. > The cls comm

[PATCH 1/1] cmd: add serial console support for the cls command

2022-01-29 Thread Heinrich Schuchardt
Currently the cls command does not support the serial console The screen can be cleared in the video uclass, the colored frame buffer console, and the serial console by sending the same escape sequence. The cls command only needs a single printf() statement in most cases. This patch drops support