[PATCH v5 8/8] bootstd: Enable BOOTSTD_DEFAULTS by default

Tom Rini trini at konsulko.com
Fri Mar 31 20:00:01 CEST 2023


On Fri, Mar 31, 2023 at 10:26:01AM +1300, Simon Glass wrote:

> This is needed to enable the boot command used to start standard boot.
> Enable it by default. This brings in quite a few features, mostly in
> common with DISTRO_DEFAULTS
> 
> Exclude boards which have what looks like a custom boot command:
> 
>    git grep CONFIG_BOOTCOM configs/* |grep -v distro_bootcmd  |
>        sed -n 's/configs\/\(.*\)_defconfig.*/\1/p'
> 
> Disable this option for boards which don't have enough space.
> 
> Disable CONFIG_ENV_VARS_UBOOT_CONFIG for some Xilinx boards which have
> a very small environment. Disable BOOTSTD_DEFAULTS for smartweb since
> it is too close to its limit.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>

I wasn't clear, sorry. What I want to see first is a standalone patch
that disables BOOTSTD on platforms that have their own custom bootcmd,
that is not just a more complex wrapper around distro_bootcmd (those
platforms will require more work to convert, but won't be impacted by
BOOTSTD_DEFAULTS being default). It needs to be on its own so it can be
reviewed.  Thanks.

-- 
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/20230331/2f4a5edb/attachment.sig>


More information about the U-Boot mailing list