[PATCH v4 1/4] bootstd: Enable BOOTSTD_DEFAULTS by default
Michal Simek
michal.simek at amd.com
Wed Mar 29 09:41:24 CEST 2023
On 3/29/23 09:16, 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
>
> 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>
> ---
>
> Changes in v4:
> - Rebase to -next
>
> boot/Kconfig | 1 +
> configs/bk4r1_defconfig | 1 +
> configs/sama5d27_giantboard_defconfig | 1 +
> configs/sama5d27_som1_ek_mmc1_defconfig | 1 +
> configs/sama5d27_som1_ek_mmc_defconfig | 1 +
> configs/sama5d27_som1_ek_qspiflash_defconfig | 1 +
> configs/sama5d27_wlsom1_ek_mmc_defconfig | 1 +
> configs/sama5d2_icp_mmc_defconfig | 1 +
> configs/sama5d2_xplained_emmc_defconfig | 1 +
> configs/sama5d2_xplained_mmc_defconfig | 1 +
> configs/sama5d2_xplained_qspiflash_defconfig | 1 +
> configs/sheevaplug_defconfig | 1 +
> configs/smartweb_defconfig | 1 +
> configs/taurus_defconfig | 1 +
> configs/tools-only_defconfig | 2 +-
> configs/xilinx_versal_mini_emmc0_defconfig | 1 +
> configs/xilinx_versal_mini_emmc1_defconfig | 1 +
> configs/xilinx_zynqmp_mini_emmc0_defconfig | 2 +-
> configs/xilinx_zynqmp_mini_emmc1_defconfig | 2 +-
> 19 files changed, 19 insertions(+), 3 deletions(-)
Acked-by: Michal Simek <michal.simek at amd.com> #xilinx
Thanks,
Michal
More information about the U-Boot
mailing list