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:
parent
621ba596b9
commit
4d5dcb1916
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue