]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/bootm.h
ARM: zynq: Group ethernet configuration options together
[people/ms/u-boot.git] / include / bootm.h
index 4a308d811584378dec6830d1b26600076befbe71..b3d1a620daeaf0041679e5caef49adbb0be4e2e8 100644 (file)
@@ -48,10 +48,12 @@ int boot_selected_os(int argc, char * const argv[], int state,
 
 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