Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 82d3d26

Browse files
nordicjmrlubos
authored andcommittedJan 20, 2025
treewide: Remove child/parent image support
Removes support for child/parent image Signed-off-by: Jamie McCrae <[email protected]>
1 parent 58d3d38 commit 82d3d26

File tree

132 files changed

+68
-4067
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+68
-4067
lines changed
 

‎CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ endforeach()
2424
include(cmake/extensions.cmake)
2525
include(cmake/version.cmake)
2626
include(cmake/version_app.cmake)
27-
include(cmake/multi_image.cmake)
2827
include(cmake/sdp.cmake)
2928

3029
zephyr_include_directories(include)

‎Kconfig.nrf

-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ endif # BUILD_WITH_TFM
2828

2929
menu "Nordic nRF Connect"
3030

31-
# Hides child parent configuration options
32-
config HIDE_CHILD_PARENT_CONFIG
33-
bool
34-
default y if "$(HIDE_CHILD_PARENT_CONFIG)" = "True"
35-
default n
36-
3731
# Override configuration from zephyr which sets this to 0x200 if MCUboot is
3832
# enabled (CONFIG_BOOTLOADER_MCUBOOT), since NCS use partition_manager to
3933
# get this offset intsead.

0 commit comments

Comments
 (0)