Home
last modified time | relevance | path

Searched refs:load_uboot_image (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/core/
H A Dloader.c626 static ssize_t load_uboot_image(const char *filename, hwaddr *ep, in load_uboot_image() function
775 return load_uboot_image(filename, ep, loadaddr, is_linux, IH_TYPE_KERNEL, in load_uimage()
784 return load_uboot_image(filename, ep, loadaddr, is_linux, IH_TYPE_KERNEL, in load_uimage_as()
797 return load_uboot_image(filename, NULL, &addr, NULL, IH_TYPE_RAMDISK, in load_ramdisk_as()