Home
last modified time | relevance | path

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

/external/u-boot/common/
Dimage-fdt.c117 void *of_start = NULL; in boot_relocate_fdt() local
143 of_start = fdt_blob; in boot_relocate_fdt()
144 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt()
147 of_start = in boot_relocate_fdt()
150 if (of_start == NULL) { in boot_relocate_fdt()
155 of_start = in boot_relocate_fdt()
159 of_start = in boot_relocate_fdt()
165 if (of_start == NULL) { in boot_relocate_fdt()
175 fdt_set_totalsize(of_start, of_len); in boot_relocate_fdt()
177 of_start, of_start + of_len - 1); in boot_relocate_fdt()
[all …]