diff mbox series

[v2,02/12] configs: stm32f746-disco: Rename stm32f746-disco_defconfig to stm32f746-disco_spl_defconfig

Message ID 20220427115401.155400-3-patrice.chotard@foss.st.com
State Accepted
Commit 0d4ef527da8e65770e3d870d32e45c115b246132
Delegated to: Patrick Delaunay
Headers show
Series stm32: add new board support, defconfig and documentation | expand

Commit Message

Patrice CHOTARD April 27, 2022, 11:53 a.m. UTC
The current stm32f746-disco_defconfig file supports SPL, rename it to
stm32f746-disco_spl_defconfig to reflect the supported configuration.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
---

(no changes since v1)

 board/st/stm32f746-disco/MAINTAINERS                             | 1 +
 .../{stm32f746-disco_defconfig => stm32f746-disco_spl_defconfig} | 0
 2 files changed, 1 insertion(+)
 rename configs/{stm32f746-disco_defconfig => stm32f746-disco_spl_defconfig} (100%)

Comments

Patrice CHOTARD May 10, 2022, 8:45 a.m. UTC | #1
On 4/27/22 13:53, Patrice Chotard wrote:
> The current stm32f746-disco_defconfig file supports SPL, rename it to
> stm32f746-disco_spl_defconfig to reflect the supported configuration.
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---
> 
> (no changes since v1)
> 
>  board/st/stm32f746-disco/MAINTAINERS                             | 1 +
>  .../{stm32f746-disco_defconfig => stm32f746-disco_spl_defconfig} | 0
>  2 files changed, 1 insertion(+)
>  rename configs/{stm32f746-disco_defconfig => stm32f746-disco_spl_defconfig} (100%)
> 
> diff --git a/board/st/stm32f746-disco/MAINTAINERS b/board/st/stm32f746-disco/MAINTAINERS
> index 3bbb513ad7..06d366e8a2 100644
> --- a/board/st/stm32f746-disco/MAINTAINERS
> +++ b/board/st/stm32f746-disco/MAINTAINERS
> @@ -4,4 +4,5 @@ S:	Maintained
>  F:	board/st/stm32f746-disco
>  F:	include/configs/stm32f746-disco.h
>  F:	configs/stm32f746-disco_defconfig
> +F:	configs/stm32f746-disco_spl_defconfig
>  F:	configs/stm32f769-disco_defconfig
> diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_spl_defconfig
> similarity index 100%
> rename from configs/stm32f746-disco_defconfig
> rename to configs/stm32f746-disco_spl_defconfig
Applied to u-boot-stm32

Thanks
Patrice
diff mbox series

Patch

diff --git a/board/st/stm32f746-disco/MAINTAINERS b/board/st/stm32f746-disco/MAINTAINERS
index 3bbb513ad7..06d366e8a2 100644
--- a/board/st/stm32f746-disco/MAINTAINERS
+++ b/board/st/stm32f746-disco/MAINTAINERS
@@ -4,4 +4,5 @@  S:	Maintained
 F:	board/st/stm32f746-disco
 F:	include/configs/stm32f746-disco.h
 F:	configs/stm32f746-disco_defconfig
+F:	configs/stm32f746-disco_spl_defconfig
 F:	configs/stm32f769-disco_defconfig
diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_spl_defconfig
similarity index 100%
rename from configs/stm32f746-disco_defconfig
rename to configs/stm32f746-disco_spl_defconfig