Re: [PATCH 5/9] ARM: mvebu_v5_defconfig: rebuild default configuration

From: Andrew Lunn
Date: Wed Dec 04 2024 - 11:55:54 EST


On Wed, Dec 04, 2024 at 04:56:47PM +0100, Marcus Folkesson wrote:
> This configuration contains obsolete configuration options e.g.
> CONFIG_MTD_M25P80 which is integrated into MTD_SPI_NOR.
>
> Rebuild this configuration by run:
> make ARCH=arm mvebu_v5_defconfig
> make ARCH=arm savedefconfig
>
> Signed-off-by: Marcus Folkesson <marcus.folkesson@xxxxxxxxx>

You probably want to wait until Arnd big removal patchset lands,
because this is going to be immediately outdated.

Andrew