mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
mkimage: Add OMAP boot image support
- Add mkimage support for OMAP boot image - Add support for OMAP boot image(MLO) generation in the new SPL framework Signed-off-by: John Rigby <john.rigby@linaro.org> Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
This commit is contained in:
@@ -156,6 +156,8 @@ main (int argc, char **argv)
|
||||
init_imx_image_type ();
|
||||
/* Init FIT image generation/list support */
|
||||
init_fit_image_type ();
|
||||
/* Init TI OMAP Boot image generation/list support */
|
||||
init_omap_image_type();
|
||||
/* Init Default image generation/list support */
|
||||
init_default_image_type ();
|
||||
/* Init Davinci UBL support */
|
||||
|
Reference in New Issue
Block a user