Commit 41e87ae6 authored by Martí Bolívar's avatar Martí Bolívar Committed by Christopher Friedt
Browse files

boards: rename nrf9160_innblue22ns



Change the 'ns' suffix to '_ns' for consistency with other boards.

Signed-off-by: default avatarMartí Bolívar <marti.bolivar@nordicsemi.no>
parent c6c42d42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ if SOC_NRF9160_SICA
config BOARD_NRF9160_INNBLUE22
	bool "nRF9160 innblue v2.2"

config BOARD_NRF9160_INNBLUE22NS
config BOARD_NRF9160_INNBLUE22_NS
	bool "nRF9160 innblue V2.2 non-secure"

endif # SOC_NRF9160_SICA
+4 −4
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# Copyright (c) 2020 InnBlue
# SPDX-License-Identifier: Apache-2.0

if BOARD_NRF9160_INNBLUE22 || BOARD_NRF9160_INNBLUE22NS
if BOARD_NRF9160_INNBLUE22 || BOARD_NRF9160_INNBLUE22_NS

config BOARD
	default "nrf9160_innblue22"
@@ -29,7 +29,7 @@ config FLASH_LOAD_SIZE

endif # BOARD_NRF9160_INNBLUE22 && TRUSTED_EXECUTION_SECURE

if BOARD_NRF9160_INNBLUE22NS
if BOARD_NRF9160_INNBLUE22_NS

config FLASH_LOAD_OFFSET
	default $(dt_chosen_reg_addr_hex,$(DT_CHOSEN_Z_CODE_PARTITION))
@@ -37,9 +37,9 @@ config FLASH_LOAD_OFFSET
config FLASH_LOAD_SIZE
	default $(dt_chosen_reg_size_hex,$(DT_CHOSEN_Z_CODE_PARTITION))

endif # BOARD_NRF9160_INNBLUE22NS
endif # BOARD_NRF9160_INNBLUE22_NS

config BT_HCI_VS
	default y if BT

endif # BOARD_NRF9160_INNBLUE22 || BOARD_NRF9160_INNBLUE22NS
endif # BOARD_NRF9160_INNBLUE22 || BOARD_NRF9160_INNBLUE22_NS
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ The process requires the following steps:

1. Build the Secure Zephyr application using ``-DBOARD=nrf9160_innblue22`` and
   ``CONFIG_TRUSTED_EXECUTION_SECURE=y`` in the the application project configuration file.
2. Build the Non-Secure Zephyr application using ``-DBOARD=nrf9160_innblue22ns``.
2. Build the Non-Secure Zephyr application using ``-DBOARD=nrf9160_innblue22_ns``.
3. Merge the two binaries together.

When building a Secure/Non-Secure application, the Secure application will
+1 −1
Original line number Diff line number Diff line
identifier: nrf9160_innblue22ns
identifier: nrf9160_innblue22_ns
name: nRF9160-INNBLUE22-Non-Secure
type: mcu
arch: arm
Loading