From: Aneesh V Date: Mon, 21 Nov 2011 23:38:58 +0000 (+0000) Subject: omap4: ttyO2 instead of ttyS2 in default bootargs X-Git-Tag: v2025.01-rc5-pxa1908~18348^2~71 X-Git-Url: http://git.dujemihanovic.xyz/repo?a=commitdiff_plain;h=d71a4916d6ed3a60c254d800b992fc039a04c762;p=u-boot.git omap4: ttyO2 instead of ttyS2 in default bootargs Set console=ttyO2 instead of ttyS2 in default bootargs according to latest kernel config Signed-off-by: Aneesh V --- diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index 42a8f10ade..a058700c62 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -150,7 +150,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x82000000\0" \ - "console=ttyS2,115200n8\0" \ + "console=ttyO2,115200n8\0" \ "usbtty=cdc_acm\0" \ "vram=16M\0" \ "mmcdev=0\0" \