[PATCH] reset: stm32: Fix header misuse
Marek Vasut
marek.vasut at mailbox.org
Tue Jul 29 06:03:15 CEST 2025
On 6/30/25 8:20 AM, Patrice CHOTARD wrote:
Hi,
>>> diff --git a/drivers/reset/stm32/stm32-reset.c b/drivers/reset/stm32/stm32-reset.c
>>> index 975f67f712a..918e81e588f 100644
>>> --- a/drivers/reset/stm32/stm32-reset.c
>>> +++ b/drivers/reset/stm32/stm32-reset.c
>>> @@ -5,7 +5,7 @@
>>> */
>>>
>>> #include <dm.h>
>>> -#include <stm32-reset-core.h>
>>> +#include "stm32-reset-core.h"
>>>
>>> /* Timeout for deassert */
>>> #define STM32_DEASSERT_TIMEOUT_US 10000
>>
>> Which version of gcc do you use ? on my side i got no issue with arm-none-eabi-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119
>> But nevertheless :
>>
>> Reviewed-by: Patrice Chotard <patrice.chotard at foss.st.com>
>>
>> Thanks
>> Patrice
>>
>
> I double checked, in fact for AARCH64, i am using aarch64-none-elf-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621 which is out of date.
2025.10-rc1 is now out, this is still broken.
--
Best regards,
Marek Vasut
More information about the U-Boot
mailing list