Skip to content

Commit

Permalink
ARM: shmobile: marzen: Remove early_printk from command line
Browse files Browse the repository at this point in the history
As early printk support is not enabled in the kernel in the
shmobile defconfig it does not make much sense to provide for
it in the default command line.

Acked-by: Laurent Pinchart <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
horms committed Jun 17, 2014
1 parent fd953b8 commit 33b9966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/r8a7779-marzen.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
compatible = "renesas,marzen", "renesas,r8a7779";

chosen {
bootargs = "console=ttySC2,115200 earlyprintk=sh-sci.2,115200 ignore_loglevel root=/dev/nfs ip=on";
bootargs = "console=ttySC2,115200 ignore_loglevel root=/dev/nfs ip=on";
};

memory {
Expand Down

0 comments on commit 33b9966

Please sign in to comment.