uboot_cmd_start    69 arch/m68k/kernel/uboot.c 	unsigned long uboot_cmd_start, uboot_cmd_end;
uboot_cmd_start    75 arch/m68k/kernel/uboot.c 	uboot_cmd_start = sp[4];
uboot_cmd_start    78 arch/m68k/kernel/uboot.c 	if (uboot_cmd_start && uboot_cmd_end)
uboot_cmd_start    79 arch/m68k/kernel/uboot.c 		strncpy(commandp, (const char *)uboot_cmd_start, size);