Skip to content

Commit

Permalink
Cleanup, adjustments
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Szczygieł <[email protected]>
  • Loading branch information
adsz-nordic committed Feb 16, 2024
1 parent de9b4d0 commit f829298
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 290 deletions.
2 changes: 1 addition & 1 deletion ncs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ config SUIT_ENVELOPE_SEQUENCE_NUM
config SUIT_ENVELOPE_DEFAULT_TEMPLATE
string "Path to the default envelope template (deprecated)"
default "${ZEPHYR_SUIT_GENERATOR_MODULE_DIR}/ncs/root_hierarchical_envelope.yaml.jinja2" if SOC_NRF54H20_CPUAPP && HW_REVISION_SOC1
default "${ZEPHYR_SUIT_GENERATOR_MODULE_DIR}/ncs/root_wip_envelope.yaml.jinja2" if SOC_NRF54H20_CPUAPP && !HW_REVISION_SOC1
default "${ZEPHYR_SUIT_GENERATOR_MODULE_DIR}/ncs/root_with_nordic_top_envelope.yaml.jinja2" if SOC_NRF54H20_CPUAPP && !HW_REVISION_SOC1
help
Path to the root template, that is used if the application directory does not
contain an input root envelope template file.
Expand Down
280 changes: 0 additions & 280 deletions ncs/root_wip_envelope.yaml.jinja2

This file was deleted.

Loading

0 comments on commit f829298

Please sign in to comment.