Home
last modified time | relevance | path

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

/u-boot/common/
A Dimage-fdt.c160 void *of_start = NULL; in boot_relocate_fdt() local
186 of_start = fdt_blob; in boot_relocate_fdt()
190 of_start = in boot_relocate_fdt()
193 if (of_start == NULL) { in boot_relocate_fdt()
198 of_start = in boot_relocate_fdt()
202 of_start = in boot_relocate_fdt()
208 if (of_start == NULL) { in boot_relocate_fdt()
218 fdt_set_totalsize(of_start, of_len); in boot_relocate_fdt()
220 of_start, of_start + of_len - 1); in boot_relocate_fdt()
226 of_start, of_start + of_len - 1); in boot_relocate_fdt()
[all …]

Completed in 4 milliseconds