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:
Gil Pitney 2019-02-07 07:34:44 -08:00 committed by Kumar Gala
commit 8b457d2050

View file

@ -44,4 +44,11 @@ config GPIO_CC32XX_A3
endif # GPIO
if !XIP
config FLASH_SIZE
default 0
config FLASH_BASE_ADDRESS
default 0
endif
endif # SOC_CC3220SF