Searched refs:initrd_high (Results 1 – 2 of 2) sorted by relevance
544 phys_addr_t initrd_high; in boot_ramdisk_high() local552 initrd_high = hextoul(s, NULL); in boot_ramdisk_high()553 if (initrd_high == ~0) in boot_ramdisk_high()556 initrd_high = env_get_bootm_mapsize() + env_get_bootm_low(); in boot_ramdisk_high()560 (u64)initrd_high, initrd_copy_to_ram); in boot_ramdisk_high()577 enum lmb_mem_type type = initrd_high ? in boot_ramdisk_high()580 err = lmb_alloc_mem(type, 0x1000, &initrd_high, rd_len, in boot_ramdisk_high()587 *initrd_start = (ulong)initrd_high; in boot_ramdisk_high()
1152 Enable initrd_high functionality. If defined then the initrd_high
Completed in 33 milliseconds