Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/lib/
H A Dimage.c29 int booti_setup(ulong image, ulong *relocated_addr, ulong *size, in booti_setup() function
/openbmc/u-boot/cmd/
H A Dbooti.c40 ret = booti_setup(ld, &relocated_addr, &image_size, false); in booti_start()
/openbmc/u-boot/include/
H A Dimage.h921 int booti_setup(ulong image, ulong *relocated_addr, ulong *size,
/openbmc/u-boot/common/
H A Dbootm.c207 ret = booti_setup(images.os.image_start, &image_addr, in bootm_find_os()