commit | fbdb85a2c3ecbfb029b4d04d0bce139f34ed8aee | [log] [tgz] |
---|---|---|
author | Evgeny Bachinin <EABachinin@salutedevices.com> | Mon Dec 02 16:45:24 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 18 15:19:16 2024 -0600 |
tree | da19bf9c36d39878025f8b05de3963217f0ab7c0 | |
parent | 9cd1b82eee76febdb93c83efba1fc3b9d085703f [diff] |
test: sandbox: fix link error with do_ut_bloblist if BLOBLIST=n Having CONFIG_OF_EMBED=y && CONFIG_BLOBLIST=n leads to the link error: ``` ld: /tmp/ccwtRVty.ltrans28.ltrans.o:(.data.rel+0x4b0): undefined \ reference to `do_ut_bloblist' ``` Fixes: 6ea5df39e8d ("test: Only enable bloblist test when supported") Signed-off-by: Evgeny Bachinin <EABachinin@salutedevices.com> Reviewed-by: Simon Glass <sjg@chromium.org>