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

Arnd Bergmann arnd at arndb.de
Wed Jul 1 23:31:55 PDT 2026


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 <enelsonmoore at gmail.com> (assuming
> these issues are fixed)

Thanks, fixed all now for v3

      Arnd



More information about the linux-arm-kernel mailing list