Skip to content
Snippets Groups Projects
Commit 2d76da24 authored by Thomas Weber's avatar Thomas Weber Committed by Albert ARIBAUD
Browse files

Devkit8000: Change console from ttyS2 to ttyO2


The omap serial names have changed from ttySx to ttyOx,
so the console should be also changed to support this.

Signed-off-by: default avatarThomas Weber <weber@corscience.de>
Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
parent e1149a62
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \ #define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x82000000\0" \ "loadaddr=0x82000000\0" \
"console=ttyS2,115200n8\0" \ "console=ttyO2,115200n8\0" \
"mmcdev=0\0" \ "mmcdev=0\0" \
"vram=12M\0" \ "vram=12M\0" \
"dvimode=1024x768MR-16@60\0" \ "dvimode=1024x768MR-16@60\0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment