Re: [U-Boot] [PATCH] cmd: pxe: execute the cls command only when supported

2020-01-23 Thread Tom Rini
On Tue, Dec 03, 2019 at 09:38:35AM +0100, Patrick Delaunay wrote: > Execute the command cls (for clear screen), when the "menu background" > keyword is present in extlinux.conf file, only if the command is supported. > > This patch avoid the warning "Unknown command 'cls'" > with "menu background

Re: [U-Boot] [PATCH] cmd: pxe: execute the cls command only when supported

2019-12-03 Thread Patrice CHOTARD
Hi Patrick On 12/3/19 9:38 AM, Patrick Delaunay wrote: > Execute the command cls (for clear screen), when the "menu background" > keyword is present in extlinux.conf file, only if the command is supported. > > This patch avoid the warning "Unknown command 'cls'" > with "menu background" in extlinu

[U-Boot] [PATCH] cmd: pxe: execute the cls command only when supported

2019-12-03 Thread Patrick Delaunay
Execute the command cls (for clear screen), when the "menu background" keyword is present in extlinux.conf file, only if the command is supported. This patch avoid the warning "Unknown command 'cls'" with "menu background" in extlinux.conf when CONFIG_CMD_BMP is activated and CONFIG_CMD_CLS not ac