test: sandbox: fix link error with do_ut_bootm if BLOBLIST=n
authorEvgeny Bachinin <EABachinin@salutedevices.com>
Mon, 2 Dec 2024 13:45:25 +0000 (16:45 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 18 Dec 2024 21:19:16 +0000 (15:19 -0600)
commit90856d695f2f34cf5eb74c90a8b3a6cfe4932356
tree5ea81bcb727c5ec130a404b3261c8dacd6c57352
parent6970eeb78858478d62fc96859f29c28376f9c5e1
test: sandbox: fix link error with do_ut_bootm if BLOBLIST=n

Having CONFIG_OF_EMBED=y && CONFIG_BLOBLIST=n leads to the link
error:
```
ld: /tmp/ccwtRVty.ltrans28.ltrans.o:(.data.rel+0x4e8): undefined \
                                            reference to `do_ut_bootm'
```

Fixes: fe158657a5b ("test: inconsistent bootm tests")
Signed-off-by: Evgeny Bachinin <EABachinin@salutedevices.com>
test/cmd_ut.c