diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-11-04 18:26:28 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-11-04 21:43:37 +0100 |
commit | 9bcc08958b7049be61e23c49106f9344e1bed1a6 (patch) | |
tree | 4167ac41328d7d9090a142503de1bee17ee7e9a2 /target/linux/oxnas/patches-4.14 | |
parent | cf7896117b3e01c524609bf5f31a9ff6f6ad8747 (diff) | |
download | upstream-9bcc08958b7049be61e23c49106f9344e1bed1a6.tar.gz upstream-9bcc08958b7049be61e23c49106f9344e1bed1a6.tar.bz2 upstream-9bcc08958b7049be61e23c49106f9344e1bed1a6.zip |
oxnas: add console=ttyS0,115200 argument to bootargs
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/oxnas/patches-4.14')
-rw-r--r-- | target/linux/oxnas/patches-4.14/010-add-console-to-pogoplogv3-bootargs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/oxnas/patches-4.14/010-add-console-to-pogoplogv3-bootargs.patch b/target/linux/oxnas/patches-4.14/010-add-console-to-pogoplogv3-bootargs.patch new file mode 100644 index 0000000000..56e0eaf19c --- /dev/null +++ b/target/linux/oxnas/patches-4.14/010-add-console-to-pogoplogv3-bootargs.patch @@ -0,0 +1,11 @@ +--- a/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts 2018-08-14 18:03:56.542679083 +0200 ++++ b/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts 2018-11-04 18:19:35.154886643 +0100 +@@ -15,7 +15,7 @@ + compatible = "cloudengines,pogoplugv3", "oxsemi,ox820"; + + chosen { +- bootargs = "earlyprintk"; ++ bootargs = "earlyprintk console=ttyS0,115200"; + stdout-path = "serial0:115200n8"; + }; + |