aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorSiddharth Heroor <heroor@ti.com>2011-05-12 12:14:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2011-06-08 16:44:12 -0400
commitace1f3b623793b89b773454b74f16250c15d0f0a (patch)
tree338437b30cf4e612e2e3448ca56f68d5d16e8592 /conf/machine
parent61635d840d02bbc3ed7e50dac14e4caaa68b6872 (diff)
downloadopenembedded-ace1f3b623793b89b773454b74f16250c15d0f0a.tar.gz
ti816x machine: Update for latest kernel version
* In 2.6.37 the console is tied to ttyO2. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/ti816x.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ti816x.inc b/conf/machine/include/ti816x.inc
index 9db1df8dee..ef562647e9 100644
--- a/conf/machine/include/ti816x.inc
+++ b/conf/machine/include/ti816x.inc
@@ -22,5 +22,5 @@ EXTRA_IMAGEDEPENDS += "u-boot"
# Ship all kernel modules
IMAGE_FSTYPES += "jffs2 tar.bz2"
EXTRA_IMAGECMD_jffs2 = "-lqn -e 128"
-SERIAL_CONSOLE = "115200 ttyS2"
+SERIAL_CONSOLE = "115200 ttyO2"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet"