summaryrefslogtreecommitdiffstats
path: root/common/filetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/filetype.c')
-rw-r--r--common/filetype.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/common/filetype.c b/common/filetype.c
index 0b5da3042a..508a2b56bf 100644
--- a/common/filetype.c
+++ b/common/filetype.c
@@ -32,24 +32,24 @@ struct filetype_str {
static const struct filetype_str filetype_str[] = {
[filetype_unknown] = { "unknown", "unkown" },
- [filetype_arm_zimage] = { "arm Linux zImage", "arm-zimage" },
- [filetype_lzo_compressed] = { "lzo compressed", "lzo" },
- [filetype_lz4_compressed] = { "lz4 compressed", "lz4" },
- [filetype_arm_barebox] = { "arm barebox image", "arm-barebox" },
+ [filetype_arm_zimage] = { "ARM Linux zImage", "arm-zimage" },
+ [filetype_lzo_compressed] = { "LZO compressed", "lzo" },
+ [filetype_lz4_compressed] = { "LZ4 compressed", "lz4" },
+ [filetype_arm_barebox] = { "ARM barebox image", "arm-barebox" },
[filetype_uimage] = { "U-Boot uImage", "u-boot" },
[filetype_ubi] = { "UBI image", "ubi" },
[filetype_jffs2] = { "JFFS2 image", "jffs2" },
- [filetype_gzip] = { "gzip compressed", "gzip" },
- [filetype_bzip2] = { "bzip2 compressed", "bzip2" },
- [filetype_oftree] = { "open firmware flat device tree", "dtb" },
- [filetype_aimage] = { "Android boot image", "android" },
- [filetype_sh] = { "Bourne Shell", "sh" },
+ [filetype_gzip] = { "GZIP compressed", "gzip" },
+ [filetype_bzip2] = { "BZIP2 compressed", "bzip2" },
+ [filetype_oftree] = { "open firmware Device Tree flattened Binary", "dtb" },
+ [filetype_aimage] = { "android boot image", "android" },
+ [filetype_sh] = { "bourne SHell", "sh" },
[filetype_mips_barebox] = { "MIPS barebox image", "mips-barebox" },
[filetype_fat] = { "FAT filesytem", "fat" },
[filetype_mbr] = { "MBR sector", "mbr" },
[filetype_bmp] = { "BMP image", "bmp" },
[filetype_png] = { "PNG image", "png" },
- [filetype_ext] = { "ext filesystem", "ext" },
+ [filetype_ext] = { "EXT filesystem", "ext" },
[filetype_gpt] = { "GUID Partition Table", "gpt" },
[filetype_bpk] = { "Binary PacKage", "bpk" },
[filetype_barebox_env] = { "barebox environment file", "bbenv" },