boards: rename sparkfun_thing_plus_nrf9160ns
Change the 'ns' suffix to '_ns' for consistency with other boards. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
41e87ae688
commit
b98c8bf4a5
|
@ -9,7 +9,7 @@ if SOC_NRF9160_SICA
|
||||||
config BOARD_SPARKFUN_THING_PLUS_NRF9160
|
config BOARD_SPARKFUN_THING_PLUS_NRF9160
|
||||||
bool "Sparkfun nRF9160 Thing Plus"
|
bool "Sparkfun nRF9160 Thing Plus"
|
||||||
|
|
||||||
config BOARD_SPARKFUN_THING_PLUS_NRF9160NS
|
config BOARD_SPARKFUN_THING_PLUS_NRF9160_NS
|
||||||
bool "Sparkfun nRF9160 Thing Plus non-secure"
|
bool "Sparkfun nRF9160 Thing Plus non-secure"
|
||||||
|
|
||||||
endif # SOC_NRF9160_SICA
|
endif # SOC_NRF9160_SICA
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Copyright (c) 2020 Circuit Dojo LLC
|
# Copyright (c) 2020 Circuit Dojo LLC
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
if BOARD_SPARKFUN_THING_PLUS_NRF9160 || BOARD_SPARKFUN_THING_PLUS_NRF9160NS
|
if BOARD_SPARKFUN_THING_PLUS_NRF9160 || BOARD_SPARKFUN_THING_PLUS_NRF9160_NS
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default "sparkfun_thing_plus_nrf9160"
|
default "sparkfun_thing_plus_nrf9160"
|
||||||
|
@ -26,7 +26,7 @@ config FLASH_LOAD_SIZE
|
||||||
default $(dt_chosen_reg_size_hex,$(DT_CHOSEN_Z_CODE_PARTITION))
|
default $(dt_chosen_reg_size_hex,$(DT_CHOSEN_Z_CODE_PARTITION))
|
||||||
depends on BOARD_SPARKFUN_THING_PLUS_NRF9160 && TRUSTED_EXECUTION_SECURE
|
depends on BOARD_SPARKFUN_THING_PLUS_NRF9160 && TRUSTED_EXECUTION_SECURE
|
||||||
|
|
||||||
if BOARD_SPARKFUN_THING_PLUS_NRF9160NS
|
if BOARD_SPARKFUN_THING_PLUS_NRF9160_NS
|
||||||
|
|
||||||
config FLASH_LOAD_OFFSET
|
config FLASH_LOAD_OFFSET
|
||||||
default $(dt_chosen_reg_addr_hex,$(DT_CHOSEN_Z_CODE_PARTITION))
|
default $(dt_chosen_reg_addr_hex,$(DT_CHOSEN_Z_CODE_PARTITION))
|
||||||
|
@ -34,6 +34,6 @@ config FLASH_LOAD_OFFSET
|
||||||
config FLASH_LOAD_SIZE
|
config FLASH_LOAD_SIZE
|
||||||
default $(dt_chosen_reg_size_hex,$(DT_CHOSEN_Z_CODE_PARTITION))
|
default $(dt_chosen_reg_size_hex,$(DT_CHOSEN_Z_CODE_PARTITION))
|
||||||
|
|
||||||
endif # BOARD_SPARKFUN_THING_PLUS_NRF9160NS
|
endif # BOARD_SPARKFUN_THING_PLUS_NRF9160_NS
|
||||||
|
|
||||||
endif # BOARD_SPARKFUN_THING_PLUS_NRF9160 || BOARD_SPARKFUN_THING_PLUS_NRF9160NS
|
endif # BOARD_SPARKFUN_THING_PLUS_NRF9160 || BOARD_SPARKFUN_THING_PLUS_NRF9160_NS
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
identifier: sparkfun_thing_plus_nrf9160ns
|
identifier: sparkfun_thing_plus_nrf9160_ns
|
||||||
name: Sparkfun-Thing-Plus-nRF9160-Non-Secure
|
name: Sparkfun-Thing-Plus-nRF9160-Non-Secure
|
||||||
type: mcu
|
type: mcu
|
||||||
arch: arm
|
arch: arm
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
CONFIG_SOC_SERIES_NRF91X=y
|
CONFIG_SOC_SERIES_NRF91X=y
|
||||||
CONFIG_SOC_NRF9160_SICA=y
|
CONFIG_SOC_NRF9160_SICA=y
|
||||||
CONFIG_BOARD_SPARKFUN_THING_PLUS_NRF9160NS=y
|
CONFIG_BOARD_SPARKFUN_THING_PLUS_NRF9160_NS=y
|
||||||
|
|
||||||
# Enable MPU
|
# Enable MPU
|
||||||
CONFIG_ARM_MPU=y
|
CONFIG_ARM_MPU=y
|
|
@ -17,3 +17,4 @@ set(nrf9160dk_nrf9160ns_DEPRECATED nrf9160dk_nrf9160_ns)
|
||||||
set(circuitdojo_feather_nrf9160ns_DEPRECATED circuitdojo_feather_nrf9160_ns)
|
set(circuitdojo_feather_nrf9160ns_DEPRECATED circuitdojo_feather_nrf9160_ns)
|
||||||
set(nrf9160_innblue21ns_DEPRECATED nrf9160_innblue21_ns)
|
set(nrf9160_innblue21ns_DEPRECATED nrf9160_innblue21_ns)
|
||||||
set(nrf9160_innblue22ns_DEPRECATED nrf9160_innblue22_ns)
|
set(nrf9160_innblue22ns_DEPRECATED nrf9160_innblue22_ns)
|
||||||
|
set(sparkfun_thing_plus_nrf9160ns_DEPRECATED sparkfun_thing_plus_nrf9160_ns)
|
||||||
|
|
Loading…
Reference in a new issue