rb532: don't use bridge by default
[openwrt/svn-archive/archive.git] / target / linux / rb532 / patches-2.6.32 / 001-cmdline_hack.patch
index 246e502b7702413a52ee735fb45174ec03a95130..82a324ccf750120a824c2b8a3ef1972967d5f0d5 100644 (file)
@@ -7,7 +7,7 @@
 +extern char __image_cmdline[];
  void __init prom_setup_cmdline(void)
  {
-       char cmd_line[CL_SIZE];
+       static char cmd_line[CL_SIZE] __initdata;
 @@ -109,6 +110,9 @@ void __init prom_setup_cmdline(void)
        }
        *(cp++) = ' ';