[PATCH 1/5] sandbox: fix bloblist_finish() linker error if BLOBLIST=n

Simon Glass sjg at chromium.org
Fri Dec 6 16:31:17 CET 2024


On Mon, 2 Dec 2024 at 06:46, Evgeny Bachinin
<EABachinin at salutedevices.com> wrote:
>
> 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 at salutedevices.com>
> ---
>  include/bloblist.h | 7 +++++++
>  1 file changed, 7 insertions(+)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list