diff options
Diffstat (limited to 'include')
| -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 c31e862d3..3c528a4aa 100644 --- a/include/image.h +++ b/include/image.h @@ -157,6 +157,7 @@  #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	*/ +#define IH_TYPE_UBLIMAGE	11	/* Davinci UBL Image		*/  /*   * Compression Types |