]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Only enable bloblist test when supported
authorSimon Glass <sjg@chromium.org>
Mon, 9 Nov 2020 04:08:44 +0000 (21:08 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 16 Jan 2021 19:49:09 +0000 (14:49 -0500)
commit6ea5df39e8d072fbacc1c99645b8df63923f744d
tree5c60c1571c7f0d112ce48ab5fc95fcd294814f89
parentef7e264944a21c0a78378bf4d28db5bcacbc5b45
test: Only enable bloblist test when supported

This test cannot work unless CONFIG_BLOBLIST is enabled. Update it to add
that condition.

Reported-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
test/Makefile