
21 May
2019
21 May
'19
6:43 p.m.
On Mon, 20 May 2019 at 23:50, Heinrich Schuchardt xypron.glpk@gmx.de 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-by: Heinrich Schuchardt xypron.glpk@gmx.de
cmd/Kconfig | 8 ------- cmd/Makefile | 1 - cmd/display.c | 53 ------------------------------------------ doc/README.LED_display | 26 --------------------- include/led-display.h | 18 -------------- 5 files changed, 106 deletions(-) delete mode 100644 cmd/display.c delete mode 100644 doc/README.LED_display delete mode 100644 include/led-display.h
Reviewed-by: Simon Glass sjg@chromium.org