Searched refs:of_len (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fdt.c | 266 ulong of_len = 0; in boot_relocate_fdt() local 281 of_len = *of_size + CONFIG_SYS_FDT_PAD; in boot_relocate_fdt() 291 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt() 296 desired_addr += of_len; in boot_relocate_fdt() 299 (void *)(ulong) lmb_alloc_base(lmb, of_len, 0x1000, in boot_relocate_fdt() 307 (void *)(ulong) lmb_alloc(lmb, of_len, 0x1000); in boot_relocate_fdt() 311 (void *)(ulong) lmb_alloc_base(lmb, of_len, 0x1000, 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() 331 fdt_blob, fdt_blob + *of_size - 1, of_len, of_len); in boot_relocate_fdt() [all …]
|