diff options
author | Prafulla Wadaskar <prafulla@marvell.com> | 2009-09-07 15:05:02 +0530 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-03 09:04:20 -0500 |
commit | 36e0eb63e3f095a321e53e19e631ea07e0d39955 (patch) | |
tree | 5562f6d491f5ba0f0e5e0eb198c75687eb0d0963 /include | |
parent | 7e4985ff5128a3583c5b2eeb3e7bad0c0819ffa6 (diff) | |
download | u-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 'include')
-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 d4cbf8c..5a424e6 100644 --- a/include/image.h +++ b/include/image.h @@ -155,6 +155,7 @@ #define IH_TYPE_SCRIPT 6 /* Script file */ #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 */ /* * Compression Types |