summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-12-16 14:07:21 +0100
committerTom Rini <trini@ti.com>2015-01-14 11:37:39 -0500
commit67ddd955fc7a10c3808503a98838a3501ffafece (patch)
tree2b2325015eea70b69dea064c735f68d45111bf3f /include/image.h
parent9637c4b2dd5e84418f7367e5361ba9ff6726e377 (diff)
downloadblackbird-obmc-uboot-67ddd955fc7a10c3808503a98838a3501ffafece.tar.gz
blackbird-obmc-uboot-67ddd955fc7a10c3808503a98838a3501ffafece.zip
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/image.h')
-rw-r--r--include/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index af30d60158..ee3afe3567 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)
OpenPOWER on IntegriCloud