Home
last modified time | relevance | path

Searched refs:uboot_cmd_start (Results 1 – 1 of 1) sorted by relevance

/linux/arch/m68k/kernel/
A Duboot.c68 unsigned long uboot_cmd_start, uboot_cmd_end; in parse_uboot_commandline() local
74 uboot_cmd_start = sp[4]; in parse_uboot_commandline()
77 if (uboot_cmd_start && uboot_cmd_end) in parse_uboot_commandline()
78 strncpy(commandp, (const char *)uboot_cmd_start, size); in parse_uboot_commandline()

Completed in 2 milliseconds