On 4/27/22 13:53, Patrice Chotard wrote: > The current stm32f769-disco_defconfig file supports SPL, rename it to > stm32f769-disco_spl_defconfig to reflect the supported configuration. > > Signed-off-by: Patrice Chotard <patrice.chot...@foss.st.com> > Reviewed-by: Patrick Delaunay <patrick.delau...@foss.st.com> > --- > > (no changes since v1) > > board/st/stm32f746-disco/MAINTAINERS | 1 + > .../{stm32f769-disco_defconfig => stm32f769-disco_spl_defconfig} | 0 > 2 files changed, 1 insertion(+) > rename configs/{stm32f769-disco_defconfig => stm32f769-disco_spl_defconfig} > (100%) > > diff --git a/board/st/stm32f746-disco/MAINTAINERS > b/board/st/stm32f746-disco/MAINTAINERS > index 06d366e8a2..68f61fd5ff 100644 > --- a/board/st/stm32f746-disco/MAINTAINERS > +++ b/board/st/stm32f746-disco/MAINTAINERS > @@ -6,3 +6,4 @@ F: include/configs/stm32f746-disco.h > F: configs/stm32f746-disco_defconfig > F: configs/stm32f746-disco_spl_defconfig > F: configs/stm32f769-disco_defconfig > +F: configs/stm32f769-disco_spl_defconfig > diff --git a/configs/stm32f769-disco_defconfig > b/configs/stm32f769-disco_spl_defconfig > similarity index 100% > rename from configs/stm32f769-disco_defconfig > rename to configs/stm32f769-disco_spl_defconfig Applied to u-boot-stm32 Thanks Patrice
- [PATCH v2 00/12] stm32: add new board support, defconfig a... Patrice Chotard
- [PATCH v2 01/12] configs: stm32f746-disco: Concatenat... Patrice Chotard
- Re: [PATCH v2 01/12] configs: stm32f746-disco: Co... Patrice CHOTARD
- [PATCH v2 02/12] configs: stm32f746-disco: Rename stm... Patrice Chotard
- Re: [PATCH v2 02/12] configs: stm32f746-disco: Re... Patrice CHOTARD
- [PATCH v2 03/12] configs: stm32f746-disco: Add stm32f... Patrice Chotard
- Re: [PATCH v2 03/12] configs: stm32f746-disco: Ad... Patrice CHOTARD
- [PATCH v2 04/12] configs: stm32f769-disco: Rename stm... Patrice Chotard
- Re: [PATCH v2 04/12] configs: stm32f769-disco: Re... Patrice CHOTARD
- [PATCH v2 06/12] configs: stm32f769-disco: Migrate SP... Patrice Chotard
- Re: [PATCH v2 06/12] configs: stm32f769-disco: Mi... Patrice CHOTARD
- [PATCH v2 07/12] configs: stm32f746-disco: Migrate SP... Patrice Chotard
- Re: [PATCH v2 07/12] configs: stm32f746-disco: Mi... Patrice CHOTARD
- [PATCH v2 05/12] configs: stm32f769-disco: Add stm32f... Patrice Chotard
- Re: [PATCH v2 05/12] configs: stm32f769-disco: Ad... Patrice CHOTARD
- [PATCH v2 08/12] board: stm32f746-disco: Fix dram_ini... Patrice Chotard
- Re: [PATCH v2 08/12] board: stm32f746-disco: Fix ... Patrice CHOTARD
- [PATCH v2 09/12] configs: stm32f746-disco: use CONFIG... Patrice Chotard
- Re: [PATCH v2 09/12] configs: stm32f746-disco: us... Patrice CHOTARD