From 4d5dcb1916dd88aa96f7b592e89ebef08b256264 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 5 Apr 2017 12:06:13 -0500 Subject: [PATCH] arm: st: dts: remove last !HAS_DTS from stm32 SoCs Since all STM32 SoCs are using device tree we can remove this last bit of !HAS_DTS for getting flash/sram sizes from Kconfig. Change-Id: I9e706b7aba7c0edcf9fca3ddc0ddc7d820980b47 Signed-off-by: Kumar Gala --- arch/arm/soc/st_stm32/Kconfig.defconfig | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/arch/arm/soc/st_stm32/Kconfig.defconfig b/arch/arm/soc/st_stm32/Kconfig.defconfig index cfe1de3b318..cd94a36ca59 100644 --- a/arch/arm/soc/st_stm32/Kconfig.defconfig +++ b/arch/arm/soc/st_stm32/Kconfig.defconfig @@ -1,13 +1 @@ source "arch/arm/soc/st_stm32/*/Kconfig.defconfig.series" - -if SOC_FAMILY_STM32 - -if !HAS_DTS -config SRAM_BASE_ADDRESS - default 0x20000000 - -config FLASH_BASE_ADDRESS - default 0x08000000 -endif # !HAS_DTS - -endif # SOC_FAMILY_STM32