summaryrefslogtreecommitdiff
path: root/common/image.c
diff options
context:
space:
mode:
authorPrafulla Wadaskar <prafulla@marvell.com>2009-09-07 15:05:02 +0530
committerTom Rix <Tom.Rix@windriver.com>2009-10-03 09:04:20 -0500
commit36e0eb63e3f095a321e53e19e631ea07e0d39955 (patch)
tree5562f6d491f5ba0f0e5e0eb198c75687eb0d0963 /common/image.c
parent7e4985ff5128a3583c5b2eeb3e7bad0c0819ffa6 (diff)
downloadu-boot-imx-36e0eb63e3f095a321e53e19e631ea07e0d39955.zip
u-boot-imx-36e0eb63e3f095a321e53e19e631ea07e0d39955.tar.gz
u-boot-imx-36e0eb63e3f095a321e53e19e631ea07e0d39955.tar.bz2
mkimage: Add Kirkwood Boot Image support (kwbimage)
This patch adds support for "kwbimage" (Kirkwood Boot Image) image types to the mkimage code. For details refer to docs/README.kwbimage This patch is tested with Sheevaplug board Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com> Acked-by: Ron Lee <ron@debian.org> Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'common/image.c')
-rw-r--r--common/image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c
index e8ecfa5..d0f169d 100644
--- a/common/image.c
+++ b/common/image.c
@@ -139,6 +139,7 @@ static table_entry_t uimage_type[] = {
{ IH_TYPE_SCRIPT, "script", "Script", },
{ IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
{ IH_TYPE_FLATDT, "flat_dt", "Flat Device Tree", },
+ { IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",},
{ -1, "", "", },
};