diff options
| author | Peter Tyser <ptyser@xes-inc.com> | 2008-09-08 14:56:49 -0500 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-09-09 15:54:10 +0200 |
| commit | f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764 (patch) | |
| tree | 0d12b55208085a94dad89b10086173be362c8ffd /include/image.h | |
| parent | 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a (diff) | |
| download | olio-uboot-2014.01-f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764.tar.xz olio-uboot-2014.01-f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764.zip | |
Add support for booting of INTEGRITY operating system uImages
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include/image.h')
| -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 9be806e12..46544858c 100644 --- a/include/image.h +++ b/include/image.h @@ -85,6 +85,7 @@ #define IH_OS_RTEMS 18 /* RTEMS */ #define IH_OS_ARTOS 19 /* ARTOS */ #define IH_OS_UNITY 20 /* Unity OS */ +#define IH_OS_INTEGRITY 21 /* INTEGRITY */ /* * CPU Architecture Codes (supported by Linux) |