[PATCH v2 03/33] bloblist: Make BLOBLIST_ALLOC the default

Tom Rini trini at konsulko.com
Mon Jan 6 22:41:30 CET 2025


On Mon, Jan 06, 2025 at 07:31:59AM -0700, Simon Glass wrote:

> We want to encourage people to use an allocated bloblist since it is
> more flexible than a fixed one. Make this the default, being sure not to
> change existing users.
> 
> The unit tests require BLOBLIST_FIXED so add a dependency in the
> Makefile to avoid build errors.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
[snip]
> diff --git a/common/Kconfig b/common/Kconfig
> index e8d89bf6eb9..a00387a4609 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -1039,16 +1039,10 @@ if BLOBLIST
>  
>  choice
>  	prompt "Bloblist location"
> +	default BLOBLIST_FIXED if SANDBOX
>  	help
>  	  Select the location of the bloblist, via various means.

This should just be "default BLOBLIST_ALLOC" and sandbox platforms that
are using the bloblist can be like the other platforms using a fixed
address.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250106/02f7f196/attachment.sig>


More information about the U-Boot mailing list