
From: Alexander Holler holler@ahsoftware.de
Linux kernels >= 2.6.36 are using ttyOn instead ttySn for the serials on OMAPs.
Signed-off-by: Alexander Holler holler@ahsoftware.de Signed-off-by: Jason Kridner jkridner@beagleboard.org --- This patch isn't updated, it is just represented for inclusion on top of u-boot-ti. --- 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 5191d14..b4cbb06 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -208,7 +208,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x82000000\0" \ "usbtty=cdc_acm\0" \ - "console=ttyS2,115200n8\0" \ + "console=ttyO2,115200n8\0" \ "mpurate=auto\0" \ "vram=12M\0" \ "dvimode=1024x768MR-16@60\0" \