|
@@ -634,7 +634,7 @@ static void __init prep_init_sound(void)
|
|
/*
|
|
/*
|
|
* Find a way to push these informations to the cs4232 driver
|
|
* Find a way to push these informations to the cs4232 driver
|
|
* Give it out with printk, when not in cmd_line?
|
|
* Give it out with printk, when not in cmd_line?
|
|
- * Append it to cmd_line and saved_command_line?
|
|
|
|
|
|
+ * Append it to cmd_line and boot_command_line?
|
|
* Format is cs4232=io,irq,dma,dma2
|
|
* Format is cs4232=io,irq,dma,dma2
|
|
*/
|
|
*/
|
|
}
|
|
}
|
|
@@ -897,7 +897,7 @@ prep_setup_arch(void)
|
|
if (bootargs != NULL) {
|
|
if (bootargs != NULL) {
|
|
strcpy(cmd_line, bootargs);
|
|
strcpy(cmd_line, bootargs);
|
|
/* again.. */
|
|
/* again.. */
|
|
- strcpy(saved_command_line, cmd_line);
|
|
|
|
|
|
+ strcpy(boot_command_line, cmd_line);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|