[Uboot-stm32] [PATCH] reset: stm32: Fix compilation error
Patrice CHOTARD
patrice.chotard at foss.st.com
Wed May 13 07:46:12 CEST 2026
On 4/29/26 09:49, Raphaël Gallais-Pou wrote:
>
>
> 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
>
Applied to u-boot-stm32/master
Thanks
Patrice
More information about the U-Boot
mailing list