From: Alexander Holler Date: Wed, 9 Nov 2011 21:40:11 +0000 (-0500) Subject: BeagleBoard: config: Switch to ttyO2 X-Git-Tag: v2011.12-rc1~220^2^2~43 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=73ce5003734aae3a50e5429b404b5b8e00e5a98e;p=u-boot BeagleBoard: config: Switch to ttyO2 This is needed to support the latest kernel versions. Cc: Albert ARIBAUD Cc: Sandeep Paulraj Signed-off-by: Alexander Holler Signed-off-by: Dirk Behme Signed-off-by: Tom Rini Signed-off-by: Sandeep Paulraj --- diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index ebb572e3f0..15e40c538e 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" \