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 <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-04-05 12:06:13 -05:00
commit 4d5dcb1916

View file

@ -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