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 3c528a4aa..352e4a042 100644 --- a/include/image.h +++ b/include/image.h @@ -158,6 +158,7 @@  #define IH_TYPE_KWBIMAGE	9	/* Kirkwood Boot Image		*/  #define IH_TYPE_IMXIMAGE	10	/* Freescale IMXBoot Image	*/  #define IH_TYPE_UBLIMAGE	11	/* Davinci UBL Image		*/ +#define IH_TYPE_OMAPIMAGE	12	/* TI OMAP Config Header Image	*/  /*   * Compression Types |