mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00: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:
parent
7809fbb9aa
commit
aa0c7a86cd
9 changed files with 619 additions and 0 deletions
|
@ -148,6 +148,8 @@ main (int argc, char **argv)
|
|||
int retval = 0;
|
||||
struct image_type_params *tparams = NULL;
|
||||
|
||||
/* Init Kirkwood Boot image generation/list support */
|
||||
init_kwb_image_type ();
|
||||
/* Init FIT image generation/list support */
|
||||
init_fit_image_type ();
|
||||
/* Init Default image generation/list support */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue