[Uboot-stm32] [PATCH] reset: stm32: Fix compilation error

Raphaël Gallais-Pou rgallaispou at gmail.com
Wed Apr 29 09:49:42 CEST 2026



On 4/28/26 18:10, Patrice Chotard wrote:
> The following compilation error occurs when environment variable
> KBUILD_OUTPUT is not set :
> 
> drivers/reset/stm32/stm32-reset-mp21.c:8:10: fatal error: stm32-reset-core.h: No such file or directory
>      8 | #include <stm32-reset-core.h>
>        |          ^~~~~~~~~~~~~~~~~~~~
> 
> As stm32-reset-core.h is located in same directory than stm32-reset-mp21.c,
> we should use #include "stm32-reset-core.h".
> 
> Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
> ---

Hi,

Reviewed-by: Raphaël Gallais-Pou <rgallaispou at gmail.com>

Best regards,
Raph



More information about the U-Boot mailing list