ARM: shmobile: kzm9g-reference: Remove early_printk from command line
As early printk is not supported when devices are initialised using DT, so remove it from the command line. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
b2386fa516
commit
0b7324706e
|
@ -35,7 +35,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel earlyprintk=sh-sci.4,115200 rw";
|
||||
bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel rw";
|
||||
};
|
||||
|
||||
memory {
|
||||
|
|
Loading…
Reference in New Issue