Searched refs:initrd_high (Results 1 – 5 of 5) sorted by relevance
1263 ulong initrd_high; in boot_ramdisk_high() local1271 initrd_high = simple_strtoul(s, NULL, 16); in boot_ramdisk_high()1272 if (initrd_high == ~0) in boot_ramdisk_high()1275 initrd_high = env_get_bootm_mapsize() + env_get_bootm_low(); in boot_ramdisk_high()1280 initrd_high, initrd_copy_to_ram); in boot_ramdisk_high()1289 if (initrd_high) in boot_ramdisk_high()1291 rd_len, 0x1000, initrd_high); in boot_ramdisk_high()
28 initrd_high will be calculated as base stack pointer minus this
96 * Set the environment variable initrd_high to
2606 Enable initrd_high functionality. If defined then the2607 initrd_high feature is enabled and the bootm ramdisk subcommand3482 initrd_high - restrict positioning of initrd images:3501 setenv initrd_high 00c000003503 If you set initrd_high to 0xFFFFFFFF, this is an
478 initrd_high will be calculated as base stack pointer minus this