From 5d71ec22870f43c8a0163e202fdcac6391c3bbd9 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Thu, 19 Sep 2024 08:33:20 +0100 Subject: [PATCH] doc: nrf: app_dev: bootloaders_dfu: Fix QSPI nRF91 mention Removes a reference to nRF91 as this does not support QSPI Signed-off-by: Jamie McCrae --- doc/nrf/app_dev/bootloaders_dfu/qspi_xip_split_image.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nrf/app_dev/bootloaders_dfu/qspi_xip_split_image.rst b/doc/nrf/app_dev/bootloaders_dfu/qspi_xip_split_image.rst index 961b95b6b29..c875ba8be08 100644 --- a/doc/nrf/app_dev/bootloaders_dfu/qspi_xip_split_image.rst +++ b/doc/nrf/app_dev/bootloaders_dfu/qspi_xip_split_image.rst @@ -12,7 +12,7 @@ The QSPI XIP split image feature lets you gain more flash storage space for appl * Code that runs on the internal flash memory. * Code that runs on supported external flash memory over the Quad Serial Peripheral Interface (QSPI) using Execute in Place (XIP). -This feature is supported on nRF52840, nRF5340, and the SoCs of the nRF91 Series. +This feature is supported on nRF52840 and nRF5340. .. warning:: On the nRF52840, do not relocate interrupts to the QSPI XIP flash. @@ -27,7 +27,7 @@ Requirements To use this feature, meet the following requirements: -* Board based on nRF52840, nRF5340, or nRF91 Series SoCs, with file structure compatible with :ref:`Hardware model v2 (HWMv2) ` +* Board based on nRF52840 or nRF5340, with file structure compatible with :ref:`Hardware model v2 (HWMv2) ` * External QSPI flash chip with supported commands connected to QSPI pins * QSPI flash chip in always-on mode (meaning, no DPM or low-power modes) * :doc:`MCUboot configuration ` in the Swap using move mode (``MCUBOOT_SWAP_USING_MOVE``), the Upgrade only mode (``MCUBOOT_OVERWRITE_ONLY``), or in the direct-XIP mode