Searched refs:desired_addr (Results 1 – 1 of 1) sorted by relevance
265 void *desired_addr = (void *)simple_strtoul(fdt_high, NULL, 16); in boot_relocate_fdt() local267 if (((ulong) desired_addr) == ~0UL) { in boot_relocate_fdt()272 } else if (desired_addr) { in boot_relocate_fdt()274 if (desired_addr && env_get_yesno("bootm-reloc-at")) in boot_relocate_fdt()275 desired_addr += of_len; in boot_relocate_fdt()279 (ulong)desired_addr); in boot_relocate_fdt()