Searched refs:initrd_high (Results 1 - 1 of 1) sorted by relevance

/u-boot/boot/
H A Dimage-board.c519 * boot_ramdisk_high() takes a relocation hint from "initrd_high" environment
534 phys_addr_t initrd_high; local
537 s = env_get("initrd_high");
542 initrd_high = hextoul(s, NULL);
543 if (initrd_high == ~0)
546 initrd_high = env_get_bootm_mapsize() + env_get_bootm_low();
549 debug("## initrd_high = 0x%llx, copy_to_ram = %d\n",
550 (u64)initrd_high, initrd_copy_to_ram);
559 if (initrd_high)
561 rd_len, 0x1000, initrd_high);
[all...]

Completed in 66 milliseconds