From: Yegor Yefremov Date: Mon, 18 Jul 2011 08:37:35 +0000 (+0200) Subject: am3517evm: change console device from ttyS2 to ttyO2 X-Git-Tag: v2011.09-rc1~219^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49473adabff703d0784f1f7457f29bde0a4893d1;p=kernel%2Fu-boot.git am3517evm: change console device from ttyS2 to ttyO2 the serial device names have been changed from ttySx to ttyOx, so the console device name should be also changed to support the latest kernel versions. Signed-off-by: Yegor Yefremov Acked-by: Vaibhav Hiremath --- diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index 80ad342..18aaadf 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -190,7 +190,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x82000000\0" \ - "console=ttyS2,115200n8\0" \ + "console=ttyO2,115200n8\0" \ "mmcargs=setenv bootargs console=${console} " \ "root=/dev/mmcblk0p2 rw " \ "rootfstype=ext3 rootwait\0" \