On 05/07/2012 11:27 AM, Jeremy Jongepier wrote:
You could try adding a built-in kernel command string
(Processor type
and features - Built-in kernel command line). Never tried this so not
sure if it works.
Best,
Jeremy
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev(a)lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev
That is an option. I found info here
http://cateee.net/lkddb/web-lkddb/CMDLINE.html
So, boot command line arguments could be added to the file
arch/<arch>/Kconfig, under either CONFIG_CMDLINE, or
CONFIG_CMDLINE_OVERRIDE, preferably the former. And they depend on
CONFIG_CMDLINE_BOOL.