add gpio_is_valid(); ifxmips, mmc_gpio was not building correctly
[openwrt.git] / target / linux / orion / patches / 010-ignore_atag_cmdline.patch
1 --- a/arch/arm/kernel/setup.c
2 +++ b/arch/arm/kernel/setup.c
3 @@ -719,7 +719,7 @@
4
5 static int __init parse_tag_cmdline(const struct tag *tag)
6 {
7 - strlcpy(default_command_line, tag->u.cmdline.cmdline, COMMAND_LINE_SIZE);
8 +// strlcpy(default_command_line, tag->u.cmdline.cmdline, COMMAND_LINE_SIZE);
9 return 0;
10 }
11
This page took 0.044972 seconds and 5 git commands to generate.