From 5d458d1ce6727d6480539be9954e617188effce6 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Fri, 16 Feb 2024 06:48:48 +0000 Subject: [PATCH] doc: build: sysbuild: Remove mention of child image Removes mention of child image to prevent confusion with other systems that have no relation to sysbuild Signed-off-by: Jamie McCrae --- doc/build/sysbuild/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/sysbuild/index.rst b/doc/build/sysbuild/index.rst index 5827f135865..55c0c87504e 100644 --- a/doc/build/sysbuild/index.rst +++ b/doc/build/sysbuild/index.rst @@ -65,7 +65,7 @@ The following are some key sysbuild features indicated in this figure: - Sysbuild itself is also configured using Kconfig. For example, you can instruct sysbuild to build the MCUboot bootloader, as well as to build and - link your main Zephyr application as an MCUboot child image, using sysbuild's + link your main Zephyr application as an MCUboot-bootable image, using sysbuild's Kconfig files. - Sysbuild integrates with west's :ref:`west-build-flash-debug` commands. It