mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
mkimage: Add Freescale imx Boot Image support (imximage)
This patch adds support for "imximage" (MX Boot Image) to the mkimage utility. The imximage is used on the Freescales's MX.25, MX.35 and MX.51 processors. Further details under doc/README.imximage. This patch was tested on a Freescale mx51evk board. Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
committed by
Wolfgang Denk
parent
a21fb981d5
commit
8edcde5e4e
@@ -150,6 +150,8 @@ main (int argc, char **argv)
|
||||
|
||||
/* Init Kirkwood Boot image generation/list support */
|
||||
init_kwb_image_type ();
|
||||
/* Init Freescale imx Boot image generation/list support */
|
||||
init_imx_image_type ();
|
||||
/* Init FIT image generation/list support */
|
||||
init_fit_image_type ();
|
||||
/* Init Default image generation/list support */
|
||||
|
Reference in New Issue
Block a user