Skip to content

Commit 4628e86

Browse files
tests: check-missing-files: sort list of known files
Cosmetic changes only. Signed-off-by: Ricardo Salveti <[email protected]>
1 parent eeea299 commit 4628e86

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/integration/check-missing-files

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,19 @@ for xml in "$@"; do
2929
fi
3030
;;
3131
# known files that will be provided by the OS or boot binaries
32+
DISK) ;;
33+
XblRamdump.elf) ;;
3234
abl.elf) ;;
3335
aop.mbn) ;;
3436
boot.img) ;;
3537
cdt.bin) ;;
3638
cmnlib.mbn) ;;
3739
cmnlib64.mbn) ;;
3840
cpucp.elf) ;;
39-
devcfg_iot.mbn) ;;
4041
devcfg.mbn) ;;
41-
efi.bin) ;;
42-
DISK) ;;
42+
devcfg_iot.mbn) ;;
4343
dtb.bin) ;;
44+
efi.bin) ;;
4445
emmc_appsboot.mbn) ;;
4546
featenabler.mbn) ;;
4647
fs_image_linux.tar.gz.mbn.img) ;;
@@ -51,8 +52,8 @@ for xml in "$@"; do
5152
keymaster64.mbn) ;;
5253
keymint.mbn) ;;
5354
km4.mbn) ;;
54-
multi_image_qti.mbn) ;;
5555
multi_image.mbn) ;;
56+
multi_image_qti.mbn) ;;
5657
pmic.elf) ;;
5758
prog_firehose_ddr.elf) ;;
5859
prog_firehose_lite.elf) ;;
@@ -71,12 +72,11 @@ for xml in "$@"; do
7172
storsec.mbn) ;;
7273
tools.fv) ;;
7374
tz.mbn) ;;
74-
uefi_sec.mbn) ;;
7575
uefi.elf) ;;
76+
uefi_sec.mbn) ;;
77+
xbl.elf) ;;
7678
xbl_config.elf) ;;
7779
xbl_feature_config.elf) ;;
78-
xbl.elf) ;;
79-
XblRamdump.elf) ;;
8080
*)
8181
echo "Unknown ${file} referenced in ${xml}" >&2
8282
errors=1

0 commit comments

Comments
 (0)