[PATCH 03/10] arm: mach-stm32: stm32h7: add STM32H747-DISCO board

Patrice CHOTARD patrice.chotard at foss.st.com
Tue May 27 15:01:24 CEST 2025



On 5/8/25 23:23, Johannes Krottmayer wrote:
> Add initial support for the STM32H747-DISCO board in Kconfig.
> 
> Signed-off-by: Johannes Krottmayer <johannes at krotti42.com>
> Cc: Patrick Delaunay <patrick.delaunay at foss.st.com>
> Cc: Patrice Chotard <patrice.chotard at foss.st.com>
> ---
>  arch/arm/mach-stm32/stm32h7/Kconfig | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/mach-stm32/stm32h7/Kconfig b/arch/arm/mach-stm32/stm32h7/Kconfig
> index 70233a4b23c..281906d8595 100644
> --- a/arch/arm/mach-stm32/stm32h7/Kconfig
> +++ b/arch/arm/mach-stm32/stm32h7/Kconfig
> @@ -9,8 +9,13 @@ config TARGET_STM32H743_EVAL
>  config TARGET_STM32H750_ART_PI
>  	bool "STM32H750 ART Pi board"
>  
> +config TARGET_STM32H747_DISCO
> +	bool "STM32H747 Discovery board"
> +	select ARCH_VERY_EARLY_INIT
> +
>  source "board/st/stm32h743-eval/Kconfig"
>  source "board/st/stm32h743-disco/Kconfig"
>  source "board/st/stm32h750-art-pi/Kconfig"
> +source "board/st/stm32h747-disco/Kconfig"

Add this new line respecting alphabetical order

With that fix :

Reviewed-by: Patrice Chotard <patrice.chotard at foss.st.com>

Thanks
Patrice

>  
>  endif


More information about the U-Boot mailing list