Searched refs:desired_addr (Results 1 – 1 of 1) sorted by relevance
286 void *desired_addr = (void *)simple_strtoul(fdt_high, NULL, 16); in boot_relocate_fdt() local288 if (((ulong) desired_addr) == ~0UL) { in boot_relocate_fdt()293 } else if (desired_addr) { in boot_relocate_fdt()295 if (desired_addr && env_get_yesno("bootm-reloc-at")) in boot_relocate_fdt()296 desired_addr += of_len; in boot_relocate_fdt()300 (ulong)desired_addr); in boot_relocate_fdt()