diff options
author | Marek Vasut <marex@denx.de> | 2014-12-16 14:07:21 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-14 11:37:39 -0500 |
commit | 67ddd955fc7a10c3808503a98838a3501ffafece (patch) | |
tree | 2b2325015eea70b69dea064c735f68d45111bf3f /include | |
parent | 9637c4b2dd5e84418f7367e5361ba9ff6726e377 (diff) | |
download | u-boot-imx-67ddd955fc7a10c3808503a98838a3501ffafece.zip u-boot-imx-67ddd955fc7a10c3808503a98838a3501ffafece.tar.gz u-boot-imx-67ddd955fc7a10c3808503a98838a3501ffafece.tar.bz2 |
image: bootm: Add OpenRTOS image type
Add separate image type for the Wittenstein OpenRTOS .
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
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 af30d60..ee3afe3 100644 --- a/include/image.h +++ b/include/image.h @@ -152,6 +152,7 @@ struct lmb; #define IH_OS_INTEGRITY 21 /* INTEGRITY */ #define IH_OS_OSE 22 /* OSE */ #define IH_OS_PLAN9 23 /* Plan 9 */ +#define IH_OS_OPENRTOS 24 /* OpenRTOS */ /* * CPU Architecture Codes (supported by Linux) |