Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dimage-fdt.c154 void *of_start = NULL; in boot_relocate_fdt() local
180 of_start = fdt_blob; in boot_relocate_fdt()
181 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt()
184 of_start = in boot_relocate_fdt()
187 if (of_start == NULL) { in boot_relocate_fdt()
192 of_start = in boot_relocate_fdt()
196 of_start = in boot_relocate_fdt()
202 if (of_start == NULL) { in boot_relocate_fdt()
212 fdt_set_totalsize(of_start, of_len); in boot_relocate_fdt()
214 of_start, of_start + of_len - 1); in boot_relocate_fdt()
[all …]