Searched refs:uboot_initrd_end (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dsetup.c152 unsigned long uboot_initrd_start, uboot_initrd_end; local
159 uboot_initrd_end = sp[3];
166 if (uboot_initrd_start && uboot_initrd_end &&
167 (uboot_initrd_end > uboot_initrd_start)) {
169 initrd_end = uboot_initrd_end;

Completed in 105 milliseconds