tools: add xxd (from vim)
authorDaniel Golle <daniel@makrotopia.org>
Sun, 28 Feb 2021 19:26:07 +0000 (19:26 +0000)
committerRafał Miłecki <rafal@milecki.pl>
Tue, 15 Mar 2022 17:50:26 +0000 (18:50 +0100)
commit17e95532842c4d62b30669490eb00b39cf8ff743
tree948f394679c76d03b0066afde498330b401a87a1
parentf44f8b07b0277d38fafb3d613a303454d3b9faaf
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>
(cherry picked from commit c4dd2441e7875c9550820f8380b3e41ca619ef27)
tools/Makefile
tools/xxd/Makefile [new file with mode: 0644]