[PATCH] cmd: bcb: Fix bcb compilation when CONFIG_CMD_BCB=n
Tom Rini
trini at konsulko.com
Fri Jun 14 16:54:28 CEST 2024
On Mon, 03 Jun 2024 11:04:58 +0200, Mattijs Korpershoek wrote:
> commit dfeb4f0d7935 ("cmd: bcb: extend BCB C API to allow read/write the fields")
> introduced the bcb_get() function.
>
> When CONFIG_CMD_BCB=n, that function is stubbed.
> The stubbed function has a wrong prototype: value_size arg is missing.
>
> Add the missing argument to fix build when CONFIG_CMD_BCB=n.
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list