Searched refs:setup_start (Results 1 – 3 of 3) sorted by relevance
| /u-boot/include/ |
| A D | image.h | 607 int boot_get_setup(bootm_headers_t *images, uint8_t arch, ulong *setup_start, 657 ulong *setup_start, ulong *setup_len);
|
| /u-boot/common/ |
| A D | image.c | 1446 ulong *setup_start, ulong *setup_len) in boot_get_setup() argument 1449 return boot_get_setup_fit(images, arch, setup_start, setup_len); in boot_get_setup()
|
| A D | image-fit.c | 2229 ulong *setup_start, ulong *setup_len) in boot_get_setup_fit() argument 2243 FIT_LOAD_REQUIRED, setup_start, &len); in boot_get_setup_fit()
|
Completed in 18 milliseconds