diff options
Diffstat (limited to 'include/image.h')
| -rw-r--r-- | include/image.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/image.h b/include/image.h index 155617eba..b93d1041f 100644 --- a/include/image.h +++ b/include/image.h @@ -47,6 +47,7 @@  #define IH_OS_U_BOOT		17	/* Firmware	*/  #define IH_OS_RTEMS		18	/* RTEMS	*/  #define IH_OS_ARTOS		19	/* ARTOS	*/ +#define IH_OS_UNITY		20	/* Unity OS	*/  /*   * CPU Architecture Codes (supported by Linux) @@ -101,7 +102,7 @@   * "Script files" are command sequences that will be executed by   *	U-Boot's command interpreter; this feature is especially   *	useful when you configure U-Boot to use a real shell (hush) - *	as command interpreter. + *	as command interpreter (=> Shell Scripts).   */  #define IH_TYPE_INVALID		0	/* Invalid Image		*/ |