Searched refs:setup_start (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 554 int boot_get_setup(bootm_headers_t *images, uint8_t arch, ulong *setup_start, 604 ulong *setup_start, ulong *setup_len);
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image.c | 1234 ulong *setup_start, ulong *setup_len) in boot_get_setup() argument 1237 return boot_get_setup_fit(images, arch, setup_start, setup_len); in boot_get_setup()
|
| H A D | image-fit.c | 2468 ulong *setup_start, ulong *setup_len) in boot_get_setup_fit() argument 2482 FIT_LOAD_REQUIRED, setup_start, &len); in boot_get_setup_fit()
|