diff options
author | Simon Glass <sjg@chromium.org> | 2018-11-15 18:43:53 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-26 08:25:33 -0500 |
commit | 919e7a8fb64096209c481928f3b3cbf4ed6c2dbd (patch) | |
tree | 8175d172865858fa156d7501ba1e9c1b9544fa87 /arch | |
parent | f0293d33b729955feb379aeab8a5e055c703526f (diff) |
test: Add a simple test for bloblist
Add a unit test for the bloblist functionality and enable bloblist for
sandbox.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 9fdd2f7e66..947070fdd3 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -91,6 +91,7 @@ config SANDBOX select SPI select SUPPORT_OF_CONTROL imply BITREVERSE + select BLOBLIST imply CMD_DM imply CMD_GETTIME imply CMD_HASH |