[PATCH 1/1] cmd: CONFIG_CMD_BLOBLIST must depend on CONFIG_BLOBLIST
Tom Rini
trini at konsulko.com
Tue Apr 30 01:04:11 CEST 2024
On Mon, 22 Apr 2024 15:50:10 +0200, Heinrich Schuchardt wrote:
> With CONFIG_CMD_BLOBLIST=y, CONFIG_BLOBLIST=n linker errors occur:
>
> usr/bin/ld: cmd/bloblist.o: in function `do_bloblist_list':
> cmd/bloblist.c:27:(.text.do_bloblist_list+0x6):
> undefined reference to `bloblist_show_list'
>
> /usr/bin/ld: cmd/bloblist.o: in function `do_bloblist_info':
> cmd/bloblist.c:19:(.text.do_bloblist_info+0x6):
> undefined reference to `bloblist_show_stats'
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list