diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-08-22 12:32:42 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-26 11:46:30 -0400 |
commit | 44de15d6867c246e7a09ef061d3de56e1799a606 (patch) | |
tree | b1735871034e819f65b17753c1376eed58f6c43d /tools/Makefile | |
parent | 9fcea65bca12775c599168641ec1ae15d088800b (diff) | |
download | u-boot-44de15d6867c246e7a09ef061d3de56e1799a606.tar.gz |
tools: remove easylogo and include/video_logo.hWIP/2019-08-26-master-imports
include/video_logo.h once was created via the tool easylogo and than used
in cpu/mpc8xx/video.c to display Tux. video_logo.h has been replaced by
include/linux_logo.h and is not needed anymore.
Delete the include and the tool,
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index c7afe8a4b3..24581adccd 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -15,7 +15,6 @@ CONFIG_SHA1_CHECK_UB_IMG = y CONFIG_ARCH_SUNXI = y endif -subdir-$(HOST_TOOLS_ALL) += easylogo subdir-$(HOST_TOOLS_ALL) += gdb # Merge all the different vars for envcrc into one |