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