Skip to content

Commit 7a33525

Browse files
MarkusLassilarlubos
authored andcommitted
doc: nrf: libraries: security: bootloader: nRF91 support
Replace 9160 with nRF91. Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
1 parent ff6227c commit 7a33525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nrf/libraries/security/bootloader/bl_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The library has the following functions for either reading or writing, or in som
2222
* Invalidation tokens, used to revoke public keys.
2323
* Additional public key metadata.
2424

25-
The library uses either the OTP region of the User information configuration registers (UICR), when present on SoCs like the nRF9160 or nRF5340, or the internal flash memory.
25+
The library uses either the OTP region of the user information configuration registers (UICR), when present on nRF91 Series or nRF5340 devices, or the internal flash memory.
2626
When the library uses the internal flash memory, the bootloader blocks the write access before booting the next image.
2727

2828
See :ref:`bootloader_provisioning` for more information about the provisioned data and how the bootloader uses it.

0 commit comments

Comments
 (0)