← Back to team overview

ubuntu-phone team mailing list archive

Re: patch to fix the kernel cmdline handling

 

My modification:

-CONFIG_CMDLINE="console=ttySAC2,115200"
+CONFIG_CMDLINE="console=tty1"
 CONFIG_CMDLINE_FROM_BOOTLOADER=y
-# CONFIG_CMDLINE_EXTEND is not set
-# CONFIG_CMDLINE_FORCE is not set
+CONFIG_CMDLINE_EXTEND=y
+CONFIG_CMDLINE_FORCE=y


On Sun, Aug 4, 2013 at 5:09 PM, Oliver Grawert <ogra@xxxxxxxxxx> wrote:

> On So, 2013-08-04 at 16:40 +0200, András Mamenyák wrote:
> > And what about my earlier dmesg without the patch? There were no
> > errors like this.
> >
> >
> > So, again, without the patch: [1][2]
> > With patch: [3][4]
> >
> >
> the kernel cmdline is identical in all your dmesg outputs ... and it
> looks pretty wrong (there is only console=tty1 set), how did you adjust
> your kernel config ?
>
> as i mentioned to Max, CONFIG_CMDLINE_EXTEND needs to replace
> CONFIG_CMDLINE_FORCE (which happens if you use a proper tool like make
> menuconfig or make config to adjust the parameters)
>
> ciao
>         oli
>
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to     : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>
>

Follow ups

References