summaryrefslogtreecommitdiffstats
path: root/target/linux/ppc44x/patches-3.18/110-openwrt_dts_cmdline.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-03-10 10:00:41 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-03-10 10:00:41 +0000
commitd16f07aa10f2477ca2ad8e224286bd809323f073 (patch)
tree7359e30ab215ce71fe343e4d6bee5894236c74c5 /target/linux/ppc44x/patches-3.18/110-openwrt_dts_cmdline.patch
parente151d056229202ad1451281f249b725c52492071 (diff)
downloadmaster-31e0f0ae-d16f07aa10f2477ca2ad8e224286bd809323f073.tar.gz
master-31e0f0ae-d16f07aa10f2477ca2ad8e224286bd809323f073.tar.bz2
master-31e0f0ae-d16f07aa10f2477ca2ad8e224286bd809323f073.zip
ppc44x: upgrade and switch to 3.18
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44637
Diffstat (limited to 'target/linux/ppc44x/patches-3.18/110-openwrt_dts_cmdline.patch')
-rw-r--r--target/linux/ppc44x/patches-3.18/110-openwrt_dts_cmdline.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ppc44x/patches-3.18/110-openwrt_dts_cmdline.patch b/target/linux/ppc44x/patches-3.18/110-openwrt_dts_cmdline.patch
new file mode 100644
index 0000000000..e61943014c
--- /dev/null
+++ b/target/linux/ppc44x/patches-3.18/110-openwrt_dts_cmdline.patch
@@ -0,0 +1,9 @@
+--- a/arch/powerpc/boot/dts/taishan.dts
++++ b/arch/powerpc/boot/dts/taishan.dts
+@@ -423,5 +423,6 @@
+
+ chosen {
+ linux,stdout-path = "/plb/opb/serial@40000300";
++ bootargs = "console=ttyS1,115200 root=/dev/mtdblock1 rootfstype=squashfs noinitrd";
+ };
+ };