Home
last modified time | relevance | path

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

/external/u-boot/common/
Dimage-fdt.c156 void *of_start = NULL; in boot_relocate_fdt() local
182 of_start = fdt_blob; in boot_relocate_fdt()
183 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt()
186 of_start = in boot_relocate_fdt()
189 if (of_start == NULL) { in boot_relocate_fdt()
194 of_start = in boot_relocate_fdt()
198 of_start = in boot_relocate_fdt()
204 if (of_start == NULL) { in boot_relocate_fdt()
214 fdt_set_totalsize(of_start, of_len); in boot_relocate_fdt()
216 of_start, of_start + of_len - 1); in boot_relocate_fdt()
[all …]