Skip to content

Commit c6466c3

Browse files
MarekPietarlubos
authored andcommitted
applications: nrf_desktop: Fix legacy multi-image ref in documentation
Change fixes legacy child image build system reference in documentation. The child image build system was replaced by sysbuild. Jira: NCSDK-30742 Signed-off-by: Marek Pieta <[email protected]>
1 parent bbd7338 commit c6466c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/nrf_desktop/memory_layout.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The memory layout is defined through one of the following methods:
2828
By default, a Zephyr-based application defines the memory layout in the DTS.
2929
If enabled, the :ref:`partition_manager` defines a new memory layout that is used instead of the memory layout defined in the DTS.
3030
You can use the :kconfig:option:`CONFIG_PARTITION_MANAGER_ENABLED` Kconfig option value to check whether the Partition Manager is enabled in the current build.
31-
The option is automatically selected as part of the :ref:`ug_multi_image` feature to build the application with more than one image.
31+
The option is automatically enabled when using Zephyr's :ref:`zephyr:sysbuild` (unless your board uses nRF54H SoC Series).
3232
Enabling the :ref:`nrf_desktop_bluetooth_guide_fast_pair` also results in using the Partition Manager.
3333
To store the Fast Pair Provisioning data, the Fast Pair integration in the |NCS| uses partition defined by the Partition Manager.
3434

0 commit comments

Comments
 (0)