summaryrefslogtreecommitdiffstats
path: root/tools/mkimage.h
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-07-21 09:10:30 -0400
committerU-Boot <uboot@aari01-12.(none)>2011-08-03 12:49:20 +0200
commit3decb14abe76d244ba98fd158ef95f89e7e37d70 (patch)
tree26801dea2222c668be62625a9c0313be747c95cf /tools/mkimage.h
parent8cf686e19b6922a2a6b401af188dfb83414c3c04 (diff)
downloadblackbird-obmc-uboot-3decb14abe76d244ba98fd158ef95f89e7e37d70.tar.gz
blackbird-obmc-uboot-3decb14abe76d244ba98fd158ef95f89e7e37d70.zip
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>
Diffstat (limited to 'tools/mkimage.h')
-rw-r--r--tools/mkimage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mkimage.h b/tools/mkimage.h
index d109d403ff..e59a91913e 100644
--- a/tools/mkimage.h
+++ b/tools/mkimage.h
@@ -144,5 +144,6 @@ void init_imx_image_type (void);
void init_default_image_type (void);
void init_fit_image_type (void);
void init_ubl_image_type(void);
+void init_omap_image_type(void);
#endif /* _MKIIMAGE_H_ */
OpenPOWER on IntegriCloud