MIPS: Move several variables from .bss to .init.data
[firefly-linux-kernel-4.4.55.git] / arch / mips / sgi-ip22 / ip22-setup.c
index b9a931358e2391801aa0e2704ecbb8f83b991be4..5deeb68b6c9cb0f3a367cfaa1049b966d70b1010 100644 (file)
@@ -67,7 +67,7 @@ void __init plat_mem_setup(void)
        cserial = ArcGetEnvironmentVariable("ConsoleOut");
 
        if ((ctype && *ctype == 'd') || (cserial && *cserial == 's')) {
-               static char options[8];
+               static char options[8] __initdata;
                char *baud = ArcGetEnvironmentVariable("dbaud");
                if (baud)
                        strcpy(options, baud);