aboutsummaryrefslogtreecommitdiff
path: root/include/image.h
diff options
context:
space:
mode:
authorTorkel Lundgren <torkel.lundgren@enea.com>2010-09-28 11:05:36 +0200
committerWolfgang Denk <wd@denx.de>2010-09-28 14:42:26 +0200
commit3df61957938586c512c17e72d83551d190400981 (patch)
treef11dca1ede144d58cf5c88b8bc67cb2b0cefa49e /include/image.h
parent6aa3d3bfaa986f1aff5e21a9b9f68d087715b1a9 (diff)
Add support for operating system OSE
Add OSE as operating system for mkimage and bootm. Signed-off-by: Torkel Lundgren <torkel.lundgren@enea.com>
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 bcc08d1a7..18a9f0e96 100644
--- a/include/image.h
+++ b/include/image.h
@@ -83,6 +83,7 @@
#define IH_OS_ARTOS 19 /* ARTOS */
#define IH_OS_UNITY 20 /* Unity OS */
#define IH_OS_INTEGRITY 21 /* INTEGRITY */
+#define IH_OS_OSE 22 /* OSE */
/*
* CPU Architecture Codes (supported by Linux)