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 /tools/mkimage.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 'tools/mkimage.h')
| -rw-r--r-- | tools/mkimage.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/mkimage.h b/tools/mkimage.h index 96f2ef8f1..ec6733625 100644 --- a/tools/mkimage.h +++ b/tools/mkimage.h @@ -139,6 +139,7 @@ void mkimage_register (struct image_type_params *tparams);   *   * Supported image types init functions   */ +void init_kwb_image_type (void);  void init_default_image_type (void);  void init_fit_image_type (void); |