Skip to content

Commit 8637f22

Browse files
Patrice Chotardarndb
authored andcommitted
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 <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 2981c62 commit 8637f22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm/configs/stm32_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ CONFIG_ARCH_STM32=y
1818
CONFIG_CPU_V7M_NUM_IRQ=240
1919
CONFIG_SET_MEM_PARAM=y
2020
CONFIG_DRAM_BASE=0x90000000
21-
CONFIG_FLASH_MEM_BASE=0x08000000
22-
CONFIG_FLASH_SIZE=0x00200000
2321
# CONFIG_ATAGS is not set
2422
CONFIG_XIP_KERNEL=y
2523
CONFIG_XIP_PHYS_ADDR=0x08008000

0 commit comments

Comments
 (0)