summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2010-01-20 17:19:10 (GMT)
committerWolfgang Denk <wd@denx.de>2010-01-25 22:58:29 (GMT)
commit8edcde5e4e2e7f6bc7e277011fed71e64fd9d294 (patch)
treee498caa8211ff573cc727b1e72bbb82d17efbdee /include
parenta21fb981d533ac6d323a01c7fa2cda20f2d36de5 (diff)
downloadu-boot-fsl-qoriq-8edcde5e4e2e7f6bc7e277011fed71e64fd9d294.tar.xz
mkimage: Add Freescale imx Boot Image support (imximage)
This patch adds support for "imximage" (MX Boot Image) to the mkimage utility. The imximage is used on the Freescales's MX.25, MX.35 and MX.51 processors. Further details under doc/README.imximage. This patch was tested on a Freescale mx51evk board. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index acc553c..541cac9 100644
--- a/include/image.h
+++ b/include/image.h
@@ -156,6 +156,7 @@
#define IH_TYPE_FILESYSTEM 7 /* Filesystem Image (any type) */
#define IH_TYPE_FLATDT 8 /* Binary Flat Device Tree Blob */
#define IH_TYPE_KWBIMAGE 9 /* Kirkwood Boot Image */
+#define IH_TYPE_IMXIMAGE 10 /* Freescale IMXBoot Image */
/*
* Compression Types