commit | 310411548d626c0a6163c1e14ba06310ef20858d | [log] [tgz] |
---|---|---|
author | Evgeny Bachinin <EABachinin@salutedevices.com> | Mon Dec 02 16:45:22 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 18 15:19:16 2024 -0600 |
tree | c7f956719da5c9faf7ad4337755b5cb4839ba79c | |
parent | 3f64c2317d104fd92048d16fd04ff735614ae915 [diff] |
sandbox: fix bloblist_finish() linker error if BLOBLIST=n Having CONFIG_OF_EMBED=y && CONFIG_BLOBLIST=n leads to the link error: ``` ld: /tmp/ccwtRVty.ltrans0.ltrans.o: in function `state_uninit': arch/sandbox/cpu/state.c:508: undefined reference to `bloblist_finish' ``` Fixes: 1c52fcca72b ("sandbox: Write out bloblist when exiting") Signed-off-by: Evgeny Bachinin <EABachinin@salutedevices.com> Reviewed-by: Simon Glass <sjg@chromium.org>