diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-21 19:23:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-21 19:23:31 +0000 |
commit | c50881d7ba35ccd9e9ed07f3b76f66ce3a4f55de (patch) | |
tree | 330e0acd4387b851fbb80f7b2b86e365f2f16db4 /target/linux/ppc44x/patches-3.8/110-openwrt_dts_cmdline.patch | |
parent | fd645abca48d790e60a24a6f4ee1bfc5e1ee745d (diff) | |
download | mtk-20170518-c50881d7ba35ccd9e9ed07f3b76f66ce3a4f55de.zip mtk-20170518-c50881d7ba35ccd9e9ed07f3b76f66ce3a4f55de.tar.gz mtk-20170518-c50881d7ba35ccd9e9ed07f3b76f66ce3a4f55de.tar.bz2 |
ppc44x: add support for 3.8
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35735
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.patch | 9 |
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 0000000..e619430 --- /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"; + }; + }; |