bootconfig: Fix kernel message mentioning CONFIG_BOOT_CONFIG
[sfrench/cifs-2.6.git] / init / main.c
index ae78fb68d2310543b8d5435ba1bb31d9e4c3c6d2..92773a5daf8d9d8a369e00806b1f7001361d36c3 100644 (file)
@@ -467,7 +467,7 @@ static void __init setup_boot_config(const char *cmdline)
 
 static int __init warn_bootconfig(char *str)
 {
-       pr_warn("WARNING: 'bootconfig' found on the kernel command line but CONFIG_BOOTCONFIG is not set.\n");
+       pr_warn("WARNING: 'bootconfig' found on the kernel command line but CONFIG_BOOT_CONFIG is not set.\n");
        return 0;
 }
 early_param("bootconfig", warn_bootconfig);