Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dimage-fdt.c243 void *of_start = NULL; in boot_relocate_fdt() local
269 of_start = fdt_blob; in boot_relocate_fdt()
270 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt()
277 of_start = in boot_relocate_fdt()
280 if (of_start == NULL) { in boot_relocate_fdt()
285 of_start = in boot_relocate_fdt()
289 of_start = in boot_relocate_fdt()
295 if (of_start == NULL) { in boot_relocate_fdt()
305 fdt_set_totalsize(of_start, of_len); in boot_relocate_fdt()
307 of_start, of_start + of_len - 1); in boot_relocate_fdt()
[all …]