zephyr/scripts/build
Andrzej Głąbek 6c21c9635d scripts: gen_relocate_app: Fix a typo in parse_input_string()
This is a follow-up to commit b1a3ce4016.

`parse_input_string()` needs to use `:NOCOPY:`, not `:NOCOPY`, when
partitioning input lines, otherwise, when a line contains the NOCOPY
flag, the file name returned by the function starts with `:` and the
file cannot be then found by the script.
Such problem can be observed in the code_relocation_nocopy sample,
which without this fix does not actually relocate code from ext_code.c.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-11-23 16:49:03 -05:00
..
dir_is_writeable.py
elf_parser.py
file2hex.py
gen_app_partitions.py
gen_cfb_font_header.py
gen_handles.py
gen_image_info.py scripts: Fix header ifdef guard for gen_image_info.py 2022-11-15 14:46:02 +01:00
gen_isr_tables.py
gen_kobject_list.py rtio: Userspace support 2022-11-08 10:44:03 +01:00
gen_kobject_placeholders.py
gen_offset_header.py
gen_relocate_app.py scripts: gen_relocate_app: Fix a typo in parse_input_string() 2022-11-23 16:49:03 -05:00
gen_strerror_table.py
gen_syscalls.py
mergehex.py
parse_syscalls.py
process_gperf.py
subfolder_list.py
uf2conv.py
user_wordsize.py