Home
last modified time | relevance | path

Searched refs:bootz_setup (Results 1 – 5 of 5) sorted by relevance

/u-boot/cmd/
A Dbootz.c16 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 Dzimage.c22 int bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
/u-boot/arch/sandbox/lib/
A Dbootm.c21 int bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
/u-boot/common/spl/
A Dspl.c94 int __weak bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() function
306 if (!bootz_setup((ulong)header, &start, &end)) { in spl_parse_image_header()
/u-boot/include/
A Dimage.h975 int bootz_setup(ulong image, ulong *start, ulong *end);

Completed in 11 milliseconds