commit | 4b74ddd4364f3c9fa76f76c771f30744e39ac0de | [log] [tgz] |
---|---|---|
author | Evgeny Bachinin <EABachinin@salutedevices.com> | Mon Dec 02 16:45:25 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 18 15:19:16 2024 -0600 |
tree | 5ea81bcb727c5ec130a404b3261c8dacd6c57352 | |
parent | fbdb85a2c3ecbfb029b4d04d0bce139f34ed8aee [diff] |
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>