commit | 78b0ef52e15dff858d0cd62f91a5cd22db9cfe3a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 15 18:43:53 2018 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 26 08:25:33 2018 -0500 |
tree | 8175d172865858fa156d7501ba1e9c1b9544fa87 | |
parent | a815dab12c2ecad6beb13286125db5b6a070805b [diff] [blame] |
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>
diff --git a/arch/Kconfig b/arch/Kconfig index 9fdd2f7..947070f 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -91,6 +91,7 @@ select SPI select SUPPORT_OF_CONTROL imply BITREVERSE + select BLOBLIST imply CMD_DM imply CMD_GETTIME imply CMD_HASH