diff options
| author | Prafulla Wadaskar <prafulla@marvell.com> | 2009-09-07 15:05:02 +0530 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-09-10 22:58:48 +0200 | 
| commit | aa0c7a86cd236b8193218a09e1365c8991bb5ddc (patch) | |
| tree | 883909921f30038c9ff3421be9764a64d7431aa6 /include/image.h | |
| parent | 7809fbb9aafd60e3a6e5dfe456ae30b93ac61338 (diff) | |
| download | olio-uboot-2014.01-aa0c7a86cd236b8193218a09e1365c8991bb5ddc.tar.xz olio-uboot-2014.01-aa0c7a86cd236b8193218a09e1365c8991bb5ddc.zip | |
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/image.h')
| -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 d4cbf8c70..5a424e6a9 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 |