[PATCH v3 01/15] configs: Resync with savedefconfig

Simon Glass sjg at chromium.org
Tue Aug 13 14:17:00 CEST 2024


Hi Quentin,

On Mon, 12 Aug 2024 at 03:05, Quentin Schulz <quentin.schulz at cherry.de> wrote:
>
> Hi Simon,
>
> On 8/11/24 2:29 PM, Simon Glass wrote:
> > Rsync all defconfig files using moveconfig.py
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > ---
> >
> > (no changes since v1)
> >
> >   configs/am62px_evm_a53_defconfig           | 4 ++--
> >   configs/am64x_evm_a53_defconfig            | 6 +++---
> >   configs/j721e_beagleboneai64_a72_defconfig | 4 ++--
> >   configs/j721e_evm_a72_defconfig            | 7 +++----
> >   configs/j784s4_evm_a72_defconfig           | 4 ++--
> >   configs/kmcent2_defconfig                  | 1 -
> >   configs/kmcoge5ne_defconfig                | 1 -
> >   configs/kmeter1_defconfig                  | 1 -
> >   configs/kmopti2_defconfig                  | 1 -
> >   configs/kmsupx5_defconfig                  | 1 -
> >   configs/kmtepr2_defconfig                  | 1 -
> >   configs/pg_wcom_expu1_defconfig            | 1 -
> >   configs/pg_wcom_expu1_update_defconfig     | 1 -
> >   configs/pg_wcom_seli8_defconfig            | 1 -
> >   configs/pg_wcom_seli8_update_defconfig     | 1 -
> >   configs/qemu-xtensa-dc233c_defconfig       | 1 -
> >   configs/socfpga_secu1_defconfig            | 1 -
> >   configs/tuge1_defconfig                    | 1 -
> >   configs/tuxx1_defconfig                    | 1 -
> >   19 files changed, 12 insertions(+), 27 deletions(-)
> >
> > diff --git a/configs/am62px_evm_a53_defconfig b/configs/am62px_evm_a53_defconfig
> > index 87005d03dee..30d48340249 100644
> > --- a/configs/am62px_evm_a53_defconfig
> > +++ b/configs/am62px_evm_a53_defconfig
> > @@ -180,5 +180,5 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x6165
> >   CONFIG_SPL_DFU=y
> >   CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
> >   CONFIG_EFI_SET_TIME=y
> > -
> > -#include <configs/k3_efi_capsule.config>
> > +CONFIG_EFI_CAPSULE_ON_DISK=y
> > +CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
>
> Not sure this is desired?

This patch was sent by mistake and should be ignored. Sometimes I do a
resync at the start of a series so that the following patches are
correct, when they use savedefconfig.

Regards,
Simon


More information about the U-Boot mailing list