Re: [PATCH 1/1] cmd: CMD_CLS should not depend on video

2022-10-10 Thread Simon Glass
On Fri, 7 Oct 2022 at 12:38, Heinrich Schuchardt wrote: > > The cls command works fine on the serial console. There is no reason to > let it depend on the availability of video. > > Signed-off-by: Heinrich Schuchardt > --- > cmd/Kconfig | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Simon

[PATCH 1/1] cmd: CMD_CLS should not depend on video

2022-10-07 Thread Heinrich Schuchardt
The cls command works fine on the serial console. There is no reason to let it depend on the availability of video. Signed-off-by: Heinrich Schuchardt --- cmd/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index bfa12ce12a..6f00bd9307 100644 --- a/cmd/Kconfi