Re: [PATCH v2 05/19] ARM: turn CONFIG_ATAGS off by default

"Arnd Bergmann" <[email protected]> Thu, 02 Jul 2026 08:31:55 +0200
Newsgroups dev.linux.lists.soc,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
On Thu, Jul 2, 2026, at 00:22, Ethan Nelson-Moore wrote:

>> --- a/arch/arm/configs/stm32_defconfig
>> +++ b/arch/arm/configs/stm32_defconfig
>> @@ -20,7 +20,8 @@ CONFIG_ARCH_STM32=y
>>  CONFIG_CPU_V7M_NUM_IRQ=240
>>  CONFIG_SET_MEM_PARAM=y
>>  CONFIG_DRAM_BASE=0x90000000
>> -# CONFIG_ATAGS is not set
>> +CONFIG_FLASH_MEM_BASE=0x08000000
>> +CONFIG_FLASH_SIZE=0x00200000
>
> ^ These shouldn't be here - they depend on CPU_ARM740T || CPU_ARM946E
> || CPU_ARM940T, and they were manually removed previously. If they got
> added when you did make savedefconfig, I'm not sure why, given that
> dependency.

This likely happened during a rebase

> Reviewed-by: Ethan Nelson-Moore <[email protected]> (assuming
> these issues are fixed)

Thanks, fixed all now for v3

      Arnd