test: sandbox: fix link error with do_ut_bloblist if BLOBLIST=n
authorEvgeny Bachinin <EABachinin@salutedevices.com>
Mon, 2 Dec 2024 13:45:24 +0000 (16:45 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 18 Dec 2024 21:19:16 +0000 (15:19 -0600)
commit6970eeb78858478d62fc96859f29c28376f9c5e1
treeda19bf9c36d39878025f8b05de3963217f0ab7c0
parent844f87366e1dfcca25e46a31aca3788e2bb3a43d
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>
test/cmd_ut.c