Searched refs:uboot_cmd_start (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.c153 unsigned long uboot_cmd_start, uboot_cmd_end; local
160 uboot_cmd_start = sp[4];
163 if (uboot_cmd_start && uboot_cmd_end)
164 strncpy(commandp, (const char *)uboot_cmd_start, size);

Completed in 94 milliseconds