[U-Boot] [PATCH] BeagleBoard: config: Switch to ttyO2

Tom Rini trini at ti.com
Wed Nov 9 20:30:51 CET 2011


This is needed to support the latest kernel versions.

Cc: Albert ARIBAUD <albert.u.boot at aribaud.net>
Cc: Sandeep Paulraj <s-paulraj at ti.com>
Cc: Dirk Behme <dirk.behme at gmail.com>
Signed-off-by: Tom Rini <trini at ti.com>
---
 include/configs/omap3_beagle.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index ebb572e..15e40c5 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -215,7 +215,7 @@
 	"rdaddr=0x81000000\0" \
 	"usbtty=cdc_acm\0" \
 	"bootfile=uImage.beagle\0" \
-	"console=ttyS2,115200n8\0" \
+	"console=tty02,115200n8\0" \
 	"mpurate=auto\0" \
 	"buddy=none "\
 	"optargs=\0" \
-- 
1.7.0.4



More information about the U-Boot mailing list