Searched refs:initrd_high (Results 1 – 3 of 3) sorted by relevance
1144 ulong initrd_high; in boot_ramdisk_high() local1152 initrd_high = simple_strtoul(s, NULL, 16); in boot_ramdisk_high()1153 if (initrd_high == ~0) in boot_ramdisk_high()1156 initrd_high = env_get_bootm_mapsize() + env_get_bootm_low(); in boot_ramdisk_high()1161 initrd_high, initrd_copy_to_ram); in boot_ramdisk_high()1170 if (initrd_high) in boot_ramdisk_high()1172 rd_len, 0x1000, initrd_high); in boot_ramdisk_high()
96 * Set the environment variable initrd_high to
2784 Enable initrd_high functionality. If defined then the2785 initrd_high feature is enabled and the bootm ramdisk subcommand3656 initrd_high - restrict positioning of initrd images:3675 setenv initrd_high 00c000003677 If you set initrd_high to 0xFFFFFFFF, this is an