]> git.sur5r.net Git - u-boot/blobdiff - include/bootm.h
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / include / bootm.h
index 0a3ec566c9c5b9e2f80545c9ba25f83496ccb8ca..4a308d811584378dec6830d1b26600076befbe71 100644 (file)
@@ -41,6 +41,8 @@ void lynxkdi_boot(image_header_t *hdr);
 
 boot_os_fn *bootm_os_get_boot_func(int os);
 
+int bootm_host_load_images(const void *fit, int cfg_noffset);
+
 int boot_selected_os(int argc, char * const argv[], int state,
                     bootm_headers_t *images, boot_os_fn *boot_fn);