Skip to content

Commit b005489

Browse files
authored
Merge pull request #8854 from AdamZhang0124/realtek-rtl8195am-SMCC_FOTA-bin_file_name-update
SMCC FOTA: bin name change
2 parents c62f654 + 3f7b235 commit b005489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/targets/REALTEK_RTL8195AM.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def rtl8195a_elf2bin(t_self, image_elf, image_bin):
176176
image_map = ".".join(image_name + ['map'])
177177

178178
ram1_bin = os.path.join(TOOLS_BOOTLOADERS, "REALTEK_RTL8195AM", "ram_1.bin")
179-
ram2_bin = ".".join(image_name) + '-payload.bin'
179+
ram2_bin = ".".join(image_name) + '_update.bin'
180180

181181
entry = find_symbol(t_self.name, image_map, "PLAT_Start")
182182
segment = parse_load_segment(t_self.name, image_elf)

0 commit comments

Comments
 (0)