Searched refs:bootz_setup (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/cmd/ |
D | bootz.c | 13 int __weak bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function 44 ret = bootz_setup(images->ep, &zi_start, &zi_end); in bootz_start()
|
/external/u-boot/arch/arm/lib/ |
D | zimage.c | 20 int bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
|
/external/u-boot/arch/sandbox/lib/ |
D | bootm.c | 19 int bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
|
/external/u-boot/common/spl/ |
D | spl.c | 77 int __weak bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function 273 if (!bootz_setup((ulong)header, &start, &end)) { in spl_parse_image_header()
|
/external/u-boot/include/ |
D | image.h | 877 int bootz_setup(ulong image, ulong *start, ulong *end);
|