Searched refs:initrd_high (Results 1 – 4 of 4) sorted by relevance
1160 ulong initrd_high; in boot_ramdisk_high() local1168 initrd_high = simple_strtoul(s, NULL, 16); in boot_ramdisk_high()1169 if (initrd_high == ~0) in boot_ramdisk_high()1172 initrd_high = env_get_bootm_mapsize() + env_get_bootm_low(); in boot_ramdisk_high()1177 initrd_high, initrd_copy_to_ram); in boot_ramdisk_high()1186 if (initrd_high && env_get_yesno("bootm-reloc-at")) in boot_ramdisk_high()1187 initrd_high += rd_len; in boot_ramdisk_high()1189 if (initrd_high) in boot_ramdisk_high()1191 rd_len, 0x1000, initrd_high); in boot_ramdisk_high()
4 setenv initrd_high "0xffffffff"
96 * Set the environment variable initrd_high to
3067 Enable initrd_high functionality. If defined then the3068 initrd_high feature is enabled and the bootm ramdisk subcommand3942 initrd_high - restrict positioning of initrd images:3961 setenv initrd_high 00c000003963 If you set initrd_high to 0xFFFFFFFF, this is an