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 af37bcad5..139df0b2d 100644 --- a/include/image.h +++ b/include/image.h @@ -75,6 +75,7 @@  #define IH_CPU_NIOS		13	/* Nios-32	*/  #define IH_CPU_MICROBLAZE	14	/* MicroBlaze   */  #define IH_CPU_NIOS2		15	/* Nios-II	*/ +#define IH_CPU_BLACKFIN		16	/* Blackfin	*/  /*   * Image Types |