Searched refs:initrd_high (Results 1 – 3 of 3) sorted by relevance
1141 ulong initrd_high; in boot_ramdisk_high() local1149 initrd_high = simple_strtoul(s, NULL, 16); in boot_ramdisk_high()1150 if (initrd_high == ~0) in boot_ramdisk_high()1153 initrd_high = env_get_bootm_mapsize() + env_get_bootm_low(); in boot_ramdisk_high()1158 initrd_high, initrd_copy_to_ram); in boot_ramdisk_high()1167 if (initrd_high) in boot_ramdisk_high()1169 rd_len, 0x1000, initrd_high); in boot_ramdisk_high()
242 setenv initrd_high 0xffffffff
2902 Enable initrd_high functionality. If defined then the2903 initrd_high feature is enabled and the bootm ramdisk subcommand3779 initrd_high - restrict positioning of initrd images:3798 setenv initrd_high 00c000003800 If you set initrd_high to 0xFFFFFFFF, this is an