X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fbootm.h;h=4a308d811584378dec6830d1b26600076befbe71;hb=b9fb3b94cbb76884df4e8425abc2a95bb7aa6a56;hp=0a3ec566c9c5b9e2f80545c9ba25f83496ccb8ca;hpb=b639640371ed38c76602387af865b814967473ba;p=u-boot diff --git a/include/bootm.h b/include/bootm.h index 0a3ec566c9..4a308d8115 100644 --- a/include/bootm.h +++ b/include/bootm.h @@ -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);