diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-27 10:03:51 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-27 10:03:51 +0200 |
commit | 234970baee18b5bd4ee30c72f09e60a85b15719f (patch) | |
tree | dafa8d63c88c72d5124bcbe987723d744bf642ce /conf | |
parent | daa411646120c89e03766b98ad126c7320587829 (diff) | |
download | meta-ti-234970baee18b5bd4ee30c72f09e60a85b15719f.tar.gz |
beagleboard: move console from ttyS2 to ttyO2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/beagleboard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index 353d340e..bd2b8dd8 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf | |||
@@ -21,7 +21,7 @@ IMAGE_FSTYPES += "tar.bz2 ubi" | |||
21 | EXTRA_IMAGECMD_jffs2 = "-lnp " | 21 | EXTRA_IMAGECMD_jffs2 = "-lnp " |
22 | 22 | ||
23 | # Guesswork | 23 | # Guesswork |
24 | SERIAL_CONSOLE = "115200 ttyS2" | 24 | SERIAL_CONSOLE = "115200 ttyO2" |
25 | 25 | ||
26 | UBOOT_MACHINE = "omap3_beagle_config" | 26 | UBOOT_MACHINE = "omap3_beagle_config" |
27 | 27 | ||