Home
last modified time | relevance | path

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

/boot/
A Dimage-board.c836 int boot_get_cmdline(ulong *cmd_start, ulong *cmd_end) in boot_get_cmdline() argument
865 *cmd_start = (ulong)cmdline; in boot_get_cmdline()
866 *cmd_end = *cmd_start + strlen(cmdline); in boot_get_cmdline()
868 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end); in boot_get_cmdline()

Completed in 7 milliseconds