ARM: configs: stm32: Remove FLASH_MEM_BASE and FLASH_SIZE in STM32 defconfig
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 20 Dec 2024 12:55:03 +0000 (13:55 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 15 Jan 2025 14:00:18 +0000 (15:00 +0100)
commit8637f225c5e513433c5f926aca14cb95e59f5386
tree9c055a1893fcfb87ffa9cc9e4c375f258091f5dd
parent2981c62fb6542cf84e5e5eabb40949cd2d038603
ARM: configs: stm32: Remove FLASH_MEM_BASE and FLASH_SIZE in STM32 defconfig

Running make savedefconfig highlights some useless flags.

Remove FLASH_MEM_BASE and FLASH_SIZE as these 2 flags are only
used by CPU_ARM740T,CPU_ARM940T and CPU_ARM946E which is not the
case here for CPU_V7M.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20241220125506.3157268-2-patrice.chotard@foss.st.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/stm32_defconfig