Skip to content

Commit 1208c7d

Browse files
committed
[Telink] Clean up merged.bin from previuse build
1 parent 695143c commit 1208c7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/tools/telink/process_binaries.py

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ def merge_binaries(input_file1, input_file2, output_file, offset):
5050
# Obtain build configuration
5151
build_conf = BuildConfiguration(os.path.join(os.getcwd(), os.pardir))
5252

53+
# Clean up merged.bin from previuse build
54+
os.remove('merged.bin')
55+
5356
# Telink W91 dual-core SoC binary operations
5457
if build_conf.getboolean('CONFIG_SOC_SERIES_RISCV_TELINK_W91'):
5558
n22_partition_offset = build_conf['CONFIG_TELINK_W91_N22_PARTITION_ADDR']

0 commit comments

Comments
 (0)