commit | 9c8deaeeb79523d45d836c730c59c857f53b5f65 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Mon Aug 05 16:00:37 2013 +0200 |
committer | Tom Rini <trini@ti.com> | Thu Aug 15 18:38:36 2013 -0400 |
tree | b1a27e32a94ee5cb1e82125589ab9450ac2891a5 | |
parent | 7f442e36f15789eb4924222f8922c924215d4c6c [diff] |
arm, da850: enable the correct uart in arch_cpu_init() in arch_cpu_init() uart2 is fix enabled, without reference the setting from CONFIG_SYS_NS16550_COM1. Use the setting from CONFIG_SYS_NS16550_COM1 for enabling the console. Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Cc: Tom Rini <tom.rini@gmail.com> Cc: Christian Riesch <christian.riesch@omicron.at>