Searched refs:of_start (Results 1 – 1 of 1) sorted by relevance
264 void *of_start = NULL; in boot_relocate_fdt() local290 of_start = fdt_blob; in boot_relocate_fdt()291 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt()298 of_start = in boot_relocate_fdt()301 if (of_start == NULL) { in boot_relocate_fdt()306 of_start = in boot_relocate_fdt()310 of_start = in boot_relocate_fdt()316 if (of_start == NULL) { in boot_relocate_fdt()326 fdt_set_totalsize(of_start, of_len); in boot_relocate_fdt()328 of_start, of_start + of_len - 1); in boot_relocate_fdt()[all …]