Skip to content

Commit e360525

Browse files
committed
tests/check-missing-file: add support for cdt.bin
cdt.bin is used by platforms based on qcs6490, qcs9100. Add it to the list of valid binaries in check-missing-file to prevent false-positive errors when it is referenced in partitions.conf. Signed-off-by: Viswanath Kraleti <[email protected]>
1 parent b4c3c7c commit e360525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/check-missing-files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ for xml in "$@"; do
2424
abl.elf) ;;
2525
aop.mbn) ;;
2626
boot.img) ;;
27+
cdt.bin) ;;
2728
cmnlib.mbn) ;;
2829
cmnlib64.mbn) ;;
2930
cpucp.elf) ;;

0 commit comments

Comments
 (0)