summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2011-07-18 10:37:35 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-07-18 12:35:52 +0200
commit49473adabff703d0784f1f7457f29bde0a4893d1 (patch)
tree9814b919e4f28da2bb9eaae7e9febd2582eacbb5 /include
parenta55d23ccf6cb90acb9667a46427670add9486aec (diff)
downloadtalos-obmc-uboot-49473adabff703d0784f1f7457f29bde0a4893d1.tar.gz
talos-obmc-uboot-49473adabff703d0784f1f7457f29bde0a4893d1.zip
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 <yegorslists@googlemail.com> Acked-by: Vaibhav Hiremath<hvaibhav@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am3517_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index 80ad342ce8..18aaadfb79 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" \
OpenPOWER on IntegriCloud