]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/image.h
* Implement new mechanism to export U-Boot's functions to standalone
[people/ms/u-boot.git] / include / image.h
index 155617eba85f5ee9826837bffbd2647f96e00728..b93d1041f9fffbf105f43d2defcf0eb7513128cc 100644 (file)
@@ -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)
  * "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                */