Searched refs:booti_setup (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/arm/lib/ |
H A D | image.c | 29 int booti_setup(ulong image, ulong *relocated_addr, ulong *size, in booti_setup() function
|
/openbmc/u-boot/cmd/ |
H A D | booti.c | 40 ret = booti_setup(ld, &relocated_addr, &image_size, false); in booti_start()
|
/openbmc/u-boot/include/ |
H A D | image.h | 921 int booti_setup(ulong image, ulong *relocated_addr, ulong *size,
|
/openbmc/u-boot/common/ |
H A D | bootm.c | 207 ret = booti_setup(images.os.image_start, &image_addr, in bootm_find_os()
|