mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 04:31:32 +00:00
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>
This commit is contained in:
parent
29fe555dec
commit
0a92deec49
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue