diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-08 08:24:51 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-08 08:24:51 +0000 |
commit | c9e4dfb65d5f7458c9e4caccb778bd0d1cd8f355 (patch) | |
tree | b410de4c72d2ece299f0964d3b244cb00e48870a | |
parent | 19667b7af867f3e1eaecd9225c2f19c643b343c1 (diff) |
ramips: fix console speed for OMNI-EMB-HPM
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36270 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/dts/OMNI-EMB-HPM.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/OMNI-EMB-HPM.dts b/target/linux/ramips/dts/OMNI-EMB-HPM.dts index 8d41cec14..f00c3820b 100644 --- a/target/linux/ramips/dts/OMNI-EMB-HPM.dts +++ b/target/linux/ramips/dts/OMNI-EMB-HPM.dts @@ -10,6 +10,10 @@ ralink,memory = <0x0 0x200000 0x10000000>; }; + chosen { + bootargs = "console=ttyS0,115200"; + }; + palmbus@10000000 { sysc@0 { ralink,pinmux = "uartlite", "spi"; |