Files
u-boot/include
Evgeny Bachinin 25b5ef4c62 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: 1c52fcca72 ("sandbox: Write out bloblist when exiting")
Signed-off-by: Evgeny Bachinin <EABachinin@salutedevices.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
(cherry picked from commit e5178be686)
2025-12-24 05:17:02 -07:00
..
2025-12-17 10:51:23 -07:00
2025-12-20 09:56:13 -07:00
2025-12-22 16:49:47 -07:00