Skip to content

Commit cf7b3f7

Browse files
author
Mykhailo Androsiuk
committed
rcar_flash.yaml: remove "spider" suffix from bl31 and tee filenames
Yocto build now provides generic symlinks "bl31.srec" and "tee.srec" for all "S4" board variants ("Spider" and "S4SK"). This change updates the YAML config to refer to the generic filenames, making it compatible with the current deploy behavior. Signed-off-by: Mykhailo Androsiuk <mykhailo_androsiuk@epam.com> Acked-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
1 parent ddcd582 commit cf7b3f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rcar_flash/rcar_flash.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ board:
420420
flash_target: s4_qspi
421421
bl31:
422422
flash_target: s4_emmc
423-
file: bl31-spider.srec
423+
file: bl31.srec
424424
flash_addr: 0x7000
425425
bootparam:
426426
flash_target: s4_qspi
@@ -448,7 +448,7 @@ board:
448448
flash_addr: 0x40000
449449
tee:
450450
flash_target: s4_emmc
451-
file: tee-spider.srec
451+
file: tee.srec
452452
flash_addr: 0x7400
453453
u-boot:
454454
flash_target: s4_emmc

0 commit comments

Comments
 (0)