aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ppc44x/patches-3.8/110-openwrt_dts_cmdline.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-21 19:23:31 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-21 19:23:31 +0000
commit49ae189be37f704372f5cdd1c4f182e4b43f7589 (patch)
treea770c05d00de5488eb994bc095333b7aef743c57 /target/linux/ppc44x/patches-3.8/110-openwrt_dts_cmdline.patch
parent809c94c0246ba74bf1ca872f2cee84e56ef74d0c (diff)
downloadupstream-49ae189be37f704372f5cdd1c4f182e4b43f7589.tar.gz
upstream-49ae189be37f704372f5cdd1c4f182e4b43f7589.tar.bz2
upstream-49ae189be37f704372f5cdd1c4f182e4b43f7589.zip
ppc44x: add support for 3.8
Compile tested only. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35735 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc44x/patches-3.8/110-openwrt_dts_cmdline.patch')
-rw-r--r--target/linux/ppc44x/patches-3.8/110-openwrt_dts_cmdline.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ppc44x/patches-3.8/110-openwrt_dts_cmdline.patch b/target/linux/ppc44x/patches-3.8/110-openwrt_dts_cmdline.patch
new file mode 100644
index 0000000000..e61943014c
--- /dev/null
+++ b/target/linux/ppc44x/patches-3.8/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";
+ };
+ };