summaryrefslogtreecommitdiff
path: root/common/image.c
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2008-09-08 19:56:49 (GMT)
committerWolfgang Denk <wd@denx.de>2008-09-09 13:54:10 (GMT)
commitf5ed9e39088ecfa5a5f3ef47b08e5bda7890d764 (patch)
tree0d12b55208085a94dad89b10086173be362c8ffd /common/image.c
parent72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a (diff)
downloadu-boot-fsl-qoriq-f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764.tar.xz
Add support for booting of INTEGRITY operating system uImages
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'common/image.c')
-rw-r--r--common/image.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c
index 78efe2e..b011932 100644
--- a/common/image.c
+++ b/common/image.c
@@ -116,6 +116,9 @@ static table_entry_t uimage_os[] = {
{ IH_OS_QNX, "qnx", "QNX", },
{ IH_OS_VXWORKS, "vxworks", "VxWorks", },
#endif
+#if defined(CONFIG_INTEGRITY) || defined(USE_HOSTCC)
+ { IH_OS_INTEGRITY,"integrity", "INTEGRITY", },
+#endif
#ifdef USE_HOSTCC
{ IH_OS_4_4BSD, "4_4bsd", "4_4BSD", },
{ IH_OS_DELL, "dell", "Dell", },