tools: add xxd (from vim)
authorDaniel Golle <daniel@makrotopia.org>
Sun, 28 Feb 2021 19:26:07 +0000 (19:26 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 28 Feb 2021 19:27:47 +0000 (19:27 +0000)
commitc4dd2441e7875c9550820f8380b3e41ca619ef27
treed479e4f0db93c55e430bb3d6267426de5dd35e26
parent3ffc30f05aef1a72bc16af8665032164b152fc15
tools: add xxd (from vim)

U-Boot requires xxd to create the default environment from an external
file as done in uboot-mediatek.
Build xxd (only, not the rest of vim) as part of tools to make sure it
is present on the buildhost.

Reported-by: David Bauer <mail@david-bauer.net>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
tools/Makefile
tools/xxd/Makefile [new file with mode: 0644]