You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(SB_CONFIG_PARTITION_MANAGER OR SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP OR SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP_WITH_REVERT OR SB_CONFIG_MCUBOOT_COMPRESSED_IMAGE_SUPPORT OR (SB_CONFIG_SOC_SERIES_NRF54LX AND SB_CONFIG_BOOT_ENCRYPTION))
384
+
if(SB_CONFIG_PARTITION_MANAGER OR SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP
385
+
OR SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP_WITH_REVERT
386
+
OR SB_CONFIG_MCUBOOT_COMPRESSED_IMAGE_SUPPORT
387
+
OR (SB_CONFIG_SOC_SERIES_NRF54LX AND SB_CONFIG_BOOT_ENCRYPTION)
388
+
OR SB_CONFIG_MCUBOOT_HARDWARE_DOWNGRADE_PREVENTION)
385
389
# Use NCS signing script with support for PM or direct XIP (NCS specific features)
0 commit comments