summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorSteven Stallion <sstallion@gmail.com>2013-03-20 06:31:35 +0000
committerTom Rini <trini@ti.com>2013-03-27 15:30:11 -0400
commit04d414090c71f986b54838f791430fabaa57ca7c (patch)
treefe69b4900781f006bbe92f855995b41ab863e20a /include/image.h
parent0171d52c410cbaa9290b1b214e695697c835bfe5 (diff)
downloadtalos-obmc-uboot-04d414090c71f986b54838f791430fabaa57ca7c.tar.gz
talos-obmc-uboot-04d414090c71f986b54838f791430fabaa57ca7c.zip
image: Add support for Plan 9
Signed-off-by: Steven Stallion <sstallion@gmail.com> Cc: Tom Rini <trini@ti.com> Reviewed-by: Tom Rini <trini@ti.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 8e285f9b9f..4ad0e6b21a 100644
--- a/include/image.h
+++ b/include/image.h
@@ -84,6 +84,7 @@
#define IH_OS_UNITY 20 /* Unity OS */
#define IH_OS_INTEGRITY 21 /* INTEGRITY */
#define IH_OS_OSE 22 /* OSE */
+#define IH_OS_PLAN9 23 /* Plan 9 */
/*
* CPU Architecture Codes (supported by Linux)
OpenPOWER on IntegriCloud