Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbarm/imx23_olinuxino/
H A Dimx23_olinuxino_machdep.c114 static char kernel_boot_args[MAX_BOOT_STRING]; variable
159 memcpy(kernel_boot_args, boot_args, MAX_BOOT_STRING); in initarm()
161 strcpy(kernel_boot_args, BOOT_ARGS); in initarm()
163 boot_args = kernel_boot_args; in initarm()