Searched refs:of_len (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-fdt.c | 245 ulong of_len = 0; in boot_relocate_fdt() local 260 of_len = *of_size + CONFIG_SYS_FDT_PAD; in boot_relocate_fdt() 270 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt() 275 desired_addr += of_len; in boot_relocate_fdt() 278 (void *)(ulong) lmb_alloc_base(lmb, of_len, 0x1000, in boot_relocate_fdt() 286 (void *)(ulong) lmb_alloc(lmb, of_len, 0x1000); in boot_relocate_fdt() 290 (void *)(ulong) lmb_alloc_base(lmb, of_len, 0x1000, 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() 310 fdt_blob, fdt_blob + *of_size - 1, of_len, of_len); in boot_relocate_fdt() [all …]
|