Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dimage-fdt.c264 void *of_start = NULL; in boot_relocate_fdt() local
290 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 …]