mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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>
This commit is contained in:
committed by
Wolfgang Denk
parent
7809fbb9aa
commit
aa0c7a86cd
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user