aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sandbox_flattree_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-10-23 17:26:10 -0600
committerSimon Glass <sjg@chromium.org>2021-11-28 16:51:51 -0700
commit0a92deec49eeaa19043523b1eb8a612e3e632640 (patch)
treeed62dd6e4f47c27af1371ecd058ee81c8a86da6d /configs/sandbox_flattree_defconfig
parent29fe555dec4c18096ab1ddd51398317160359ba1 (diff)
downloadu-boot-0a92deec49eeaa19043523b1eb8a612e3e632640.tar.gz
sandbox: Enable HEXDUMP for sandbox_flattree
At present the hexdump tests are disabled in sandbox_flattree. This is good, because they do not pass. Enable the required Kconfig so that they will, when enabled. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_flattree_defconfig')
-rw-r--r--configs/sandbox_flattree_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_flattree_defconfig b/configs/sandbox_flattree_defconfig
index 7cc76bf2713..f184723a899 100644
--- a/configs/sandbox_flattree_defconfig
+++ b/configs/sandbox_flattree_defconfig
@@ -203,6 +203,7 @@ CONFIG_RSA_VERIFY_WITH_PKEY=y
CONFIG_TPM=y
CONFIG_LZ4=y
CONFIG_ERRNO_STR=y
+CONFIG_HEXDUMP=y
CONFIG_UNIT_TEST=y
CONFIG_UT_TIME=y
CONFIG_UT_DM=y