On Mon, 20 May 2019 at 23:50, Heinrich Schuchardt <xypron.g...@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.g...@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 <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to