git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29fe555
)
sandbox: Enable HEXDUMP for sandbox_flattree
author
Simon Glass
<sjg@chromium.org>
Sat, 23 Oct 2021 23:26:10 +0000
(17:26 -0600)
committer
Simon Glass
<sjg@chromium.org>
Sun, 28 Nov 2021 23:51:51 +0000
(16:51 -0700)
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>
configs/sandbox_flattree_defconfig
patch
|
blob
|
history
diff --git
a/configs/sandbox_flattree_defconfig
b/configs/sandbox_flattree_defconfig
index
7cc76bf
..
f184723
100644
(file)
--- 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