diff options
Diffstat (limited to 'include/image.h')
| -rw-r--r-- | include/image.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/image.h b/include/image.h index acc553cae..541cac97f 100644 --- a/include/image.h +++ b/include/image.h @@ -156,6 +156,7 @@  #define IH_TYPE_FILESYSTEM	7	/* Filesystem Image (any type)	*/  #define IH_TYPE_FLATDT		8	/* Binary Flat Device Tree Blob	*/  #define IH_TYPE_KWBIMAGE	9	/* Kirkwood Boot Image		*/ +#define IH_TYPE_IMXIMAGE	10	/* Freescale IMXBoot Image	*/  /*   * Compression Types |