Re: [U-Boot] [PATCH 1/1] cmd: remove unused `display` command

2019-05-29 Thread Tom Rini
On Tue, May 21, 2019 at 07:49:58AM +0200, Heinrich Schuchardt wrote: > Compiling the display command leads to an error > > undefined reference to `display_set' > > No implementation of display_set() exists in U-Boot. > > Eliminate the `display` command as well as the accompanying files. >

Re: [U-Boot] [PATCH 1/1] cmd: remove unused `display` command

2019-05-21 Thread Simon Glass
On Mon, 20 May 2019 at 23:50, Heinrich Schuchardt wrote: > > Compiling the display command leads to an error > > undefined reference to `display_set' > > No implementation of display_set() exists in U-Boot. > > Eliminate the `display` command as well as the accompanying files. > > Signed-off-b

[U-Boot] [PATCH 1/1] cmd: remove unused `display` command

2019-05-20 Thread Heinrich Schuchardt
Compiling the display command leads to an error undefined reference to `display_set' No implementation of display_set() exists in U-Boot. Eliminate the `display` command as well as the accompanying files. Signed-off-by: Heinrich Schuchardt --- cmd/Kconfig| 8 --- cmd/Make