Re: [PATCH v2 04/10] arm64: introduce STM32 family on Armv8 architecture

From: Arnd Bergmann
Date: Thu Jun 22 2023 - 03:57:30 EST


On Thu, Jun 22, 2023, at 09:50, Alexandre TORGUE wrote:
> On 6/22/23 02:57, Guenter Roeck wrote:
>>
>> On Fri, Jun 02, 2023 at 03:28:53PM +0200, Alexandre Torgue wrote:
>>> Add a dedicated ARCH_STM32 for STM32 SoCs config. First STM32 Armv8 SoC
>>> family is the STM32MP25 which is composed of STM32MP251, STM32MP253,
>>> STM32MP255, STM32MP257 SoCs.
>>>
>>> Signed-off-by: Alexandre Torgue <alexandre.torgue@xxxxxxxxxxx>
>>>
>>
>> This patch (or patch series) results in the following build error when
>> trying to build arm64:allmodconfig.
>>
>> Building arm64:allmodconfig ... failed
>
> Should be fixed by this patch:
>
> https://lore.kernel.org/linux-arm-kernel/9ebb9a5a-7bc8-da67-529f-5193b9352b23@xxxxxxxxxxxxx/T/

I added that patch to my the soc/newsoc branch now.

Arnd