summaryrefslogtreecommitdiffstats
path: root/tools/mkimage.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2011-07-16 00:06:42 +0000
committerWolfgang Denk <wd@denx.de>2011-07-28 16:52:41 +0200
commit7816f2cf813326505970922021b3ed6490863e78 (patch)
tree759959ef5f03dcc1973038234866aa07c4e2389a /tools/mkimage.h
parentb9af6d3d8265e90538c29f7f7871352a30d817c5 (diff)
downloadtalos-obmc-uboot-7816f2cf813326505970922021b3ed6490863e78.tar.gz
talos-obmc-uboot-7816f2cf813326505970922021b3ed6490863e78.zip
mkimage: add UBL header support for booting davinci cpus
creating an u-boot.ubl file, which contains the UBL Header needed for booting from NAND with the RBL from TI. For more information read doc/README.ublimage. Signed-off-by: Heiko Schocher <hs@denx.de>
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 9033a7d230..d109d403ff 100644
--- a/tools/mkimage.h
+++ b/tools/mkimage.h
@@ -143,5 +143,6 @@ void init_kwb_image_type (void);
void init_imx_image_type (void);
void init_default_image_type (void);
void init_fit_image_type (void);
+void init_ubl_image_type(void);
#endif /* _MKIIMAGE_H_ */
OpenPOWER on IntegriCloud