aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2013-10-09 01:40:51 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-10-09 18:06:14 +0100
commitdab28d865b828f44f1e901efe7e6a87c881485ed (patch)
treeb4e6bccd7079e85174a2bd128d44e0b76b95902b
parent3c0cf8429ab99620ef04bdf8e7b05aff244096bd (diff)
downloadmeta-handheld-dab28d865b828f44f1e901efe7e6a87c881485ed.tar.gz
ipaq-boot-params: h3600: use ttySA0 as default param
These machines use ttySA0,115200n8 (SA1100). Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes-bsp/ipaq-boot-params/files/h3600/params1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/ipaq-boot-params/files/h3600/params b/recipes-bsp/ipaq-boot-params/files/h3600/params
new file mode 100644
index 0000000..edb83ac
--- /dev/null
+++ b/recipes-bsp/ipaq-boot-params/files/h3600/params
@@ -0,0 +1 @@
+set linuxargs "root=mtd1 noinitrd console=ttySA0,115200n8 console=tty0"