summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2010-01-20 18:19:10 +0100
committerWolfgang Denk <wd@denx.de>2010-01-25 23:58:29 +0100
commit8edcde5e4e2e7f6bc7e277011fed71e64fd9d294 (patch)
treee498caa8211ff573cc727b1e72bbb82d17efbdee /common
parenta21fb981d533ac6d323a01c7fa2cda20f2d36de5 (diff)
downloadblackbird-obmc-uboot-8edcde5e4e2e7f6bc7e277011fed71e64fd9d294.tar.gz
blackbird-obmc-uboot-8edcde5e4e2e7f6bc7e277011fed71e64fd9d294.zip
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 'common')
-rw-r--r--common/image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c
index 82e7aa4361..9e4971303e 100644
--- a/common/image.c
+++ b/common/image.c
@@ -140,6 +140,7 @@ static table_entry_t uimage_type[] = {
{ IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
{ IH_TYPE_FLATDT, "flat_dt", "Flat Device Tree", },
{ IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",},
+ { IH_TYPE_IMXIMAGE, "imximage", "Freescale i.MX Boot Image",},
{ -1, "", "", },
};
OpenPOWER on IntegriCloud