]> Git Repo - J-u-boot.git/commitdiff
OMAP3: overo : Use ttyO2 instead of ttyS2.
authorPhilip Balister <[email protected]>
Tue, 11 Oct 2011 11:23:21 +0000 (11:23 +0000)
committerAlbert ARIBAUD <[email protected]>
Thu, 27 Oct 2011 19:56:35 +0000 (21:56 +0200)
Starting with kernel 2.6.37, the serial ports on the OMAP3 are called
ttyOX, not ttySX.

Signed-off-by: Philip Balister <[email protected]>
Tested-by: Steve Sakoman <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
include/configs/omap3_overo.h

index 2f3743cccee5ab5baa3659c6d895005613211b31..657323543936925d3c84743834826dae91b8a0ac 100644 (file)
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "loadaddr=0x82000000\0" \
-       "console=ttyS2,115200n8\0" \
+       "console=ttyO2,115200n8\0" \
        "mpurate=500\0" \
        "vram=12M\0" \
        "dvimode=1024x768MR-16@60\0" \
This page took 0.037091 seconds and 4 git commands to generate.