The xxd binary is very small and a non-zero number of test suites use
xxd to generate test data.
Enable xxd in busybox to avoid having to pull vim's xxd into builds. It
does not have feature parity with vim's xxd, but it's close enough for
many tests and vim's xxd still exists for the others.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
# CONFIG_FEATURE_GETOPT_LONG is not set
CONFIG_HEXDUMP=y
# CONFIG_HD is not set
-# CONFIG_XXD is not set
+CONFIG_XXD=y
CONFIG_HWCLOCK=y
CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS=y
# CONFIG_IONICE is not set