summaryrefslogtreecommitdiffstats
path: root/target/linux/ppc44x/patches-3.6/110-openwrt_dts_cmdline.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-19 09:45:40 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-19 09:45:40 +0000
commit982d3e3f7a73d94f4393c3bb382cb6bbaf42198a (patch)
treecafd464aa45b3020edbec57f96d3b5a110e1ee48 /target/linux/ppc44x/patches-3.6/110-openwrt_dts_cmdline.patch
parent50983767b37ee20c8bb62553d72abfee4bb800dd (diff)
downloadmaster-31e0f0ae-982d3e3f7a73d94f4393c3bb382cb6bbaf42198a.tar.gz
master-31e0f0ae-982d3e3f7a73d94f4393c3bb382cb6bbaf42198a.tar.bz2
master-31e0f0ae-982d3e3f7a73d94f4393c3bb382cb6bbaf42198a.zip
ppc44x: add support for 3.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34785
Diffstat (limited to 'target/linux/ppc44x/patches-3.6/110-openwrt_dts_cmdline.patch')
-rw-r--r--target/linux/ppc44x/patches-3.6/110-openwrt_dts_cmdline.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ppc44x/patches-3.6/110-openwrt_dts_cmdline.patch b/target/linux/ppc44x/patches-3.6/110-openwrt_dts_cmdline.patch
new file mode 100644
index 0000000000..e61943014c
--- /dev/null
+++ b/target/linux/ppc44x/patches-3.6/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";
+ };
+ };