]> git.sur5r.net Git - u-boot/blobdiff - include/bootm.h
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[u-boot] / include / bootm.h
index 0a3ec566c9c5b9e2f80545c9ba25f83496ccb8ca..b3d1a620daeaf0041679e5caef49adbb0be4e2e8 100644 (file)
@@ -41,15 +41,19 @@ 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[],
                    int states, bootm_headers_t *images, int boot_progress);
 
+void arch_preboot_os(void);
+
 #endif