]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/bootm.h
Merge branch 'master' of git://git.denx.de/u-boot-arc
[karo-tx-uboot.git] / include / bootm.h
index 0a3ec566c9c5b9e2f80545c9ba25f83496ccb8ca..694d6fc080fcc5c1b6759f6e74bdf7ba9a328755 100644 (file)
@@ -41,12 +41,14 @@ 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);
 
 ulong bootm_disable_interrupts(void);
 
-/* This is a special function used by bootz */
+/* This is a special function used by booti/bootz */
 int bootm_find_ramdisk_fdt(int flag, int argc, char * const argv[]);
 
 int do_bootm_states(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],