[PATCH v2 16/41] sandbox: Enable HEXDUMP for sandbox_flattree
Simon Glass
sjg at chromium.org
Sun Oct 24 01:26:10 CEST 2021
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 at chromium.org>
---
(no changes since v1)
configs/sandbox_flattree_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/sandbox_flattree_defconfig b/configs/sandbox_flattree_defconfig
index 11015744e7a..be129133d3d 100644
--- a/configs/sandbox_flattree_defconfig
+++ b/configs/sandbox_flattree_defconfig
@@ -202,6 +202,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
--
2.33.0.1079.g6e70778dc9-goog
More information about the U-Boot
mailing list