Searched refs:bootz_setup (Results 1 – 5 of 5) sorted by relevance
| /u-boot/cmd/ |
| A D | bootz.c | 16 int __weak bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function 47 ret = bootz_setup(images->ep, &zi_start, &zi_end); in bootz_start()
|
| /u-boot/arch/arm/lib/ |
| A D | zimage.c | 22 int bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
|
| /u-boot/arch/sandbox/lib/ |
| A D | bootm.c | 21 int bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
|
| /u-boot/common/spl/ |
| A D | spl.c | 113 int __weak bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function 421 if (!bootz_setup((ulong)header, &start, &end)) { in spl_parse_image_header()
|
| /u-boot/include/ |
| A D | image.h | 980 int bootz_setup(ulong image, ulong *start, ulong *end);
|
Completed in 21 milliseconds