Searched refs:fdt_high (Results 1 – 5 of 5) sorted by relevance
265 char *fdt_high; in boot_relocate_fdt() local284 fdt_high = env_get("fdt_high"); in boot_relocate_fdt()285 if (fdt_high) { in boot_relocate_fdt()286 void *desired_addr = (void *)simple_strtoul(fdt_high, NULL, 16); in boot_relocate_fdt()
980 char *fdt_high; in bootm_no_reloc() local986 fdt_high = env_get("fdt_high"); in bootm_no_reloc()988 if (!fdt_high) { in bootm_no_reloc()998 if (!fdt_high || !ramdisk_high) in bootm_no_reloc()
27 resulting in fdt_high to be defined specially.
127 * Also, set the environment variable fdt_high
3915 fdt_high - if set this restricts the maximum address that the3920 may need to set fdt_high as 0x3C000000 to have the