boards: cc322xsf_launchxl: Do not assign promptless HAS_CC3220SDK sym

Assignments have no effect on promptless symbols. Flagged by
https://github.com/zephyrproject-rtos/zephyr/pull/20742.

This symbol is (always) selected, in
soc/arm/ti_simplelink/cc32xx/Kconfig.soc.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2020-01-15 13:09:25 +01:00 committed by Anas Nashif
commit 5c1a3fd6f7
2 changed files with 0 additions and 6 deletions

View file

@ -18,6 +18,3 @@ CONFIG_UART_CC32XX=y
# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# Enable SimpleLink CC3220 SDK
CONFIG_HAS_CC3220SDK=y

View file

@ -18,6 +18,3 @@ CONFIG_UART_CC32XX=y
# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# Enable SimpleLink CC32XX SDK
CONFIG_HAS_CC3220SDK=y