boards: cc3220sf_launchxl: Set CONFIG_FLASH defaults for non-XIP
In case of !XIP, set defaults for CONFIG_FLASH_SIZE and CONFIG_FLASH_BASE_ADDRESS in Kconfig. Fixes: #13113 Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
This commit is contained in:
parent
49aeb1ffe3
commit
8b457d2050
1 changed files with 7 additions and 0 deletions
|
@ -44,4 +44,11 @@ config GPIO_CC32XX_A3
|
||||||
|
|
||||||
endif # GPIO
|
endif # GPIO
|
||||||
|
|
||||||
|
if !XIP
|
||||||
|
config FLASH_SIZE
|
||||||
|
default 0
|
||||||
|
config FLASH_BASE_ADDRESS
|
||||||
|
default 0
|
||||||
|
endif
|
||||||
|
|
||||||
endif # SOC_CC3220SF
|
endif # SOC_CC3220SF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue