commit | 21b90340207d324f92111e25ead1752533eeb9ca | [log] [tgz] |
---|---|---|
author | Thomas Weber <swirl@gmx.li> | Thu Feb 25 09:40:19 2010 +0000 |
committer | Tony Lindgren <tony@atomide.com> | Thu Mar 11 14:50:00 2010 -0800 |
tree | d42dc0c3481ae599529ec8914074c9b0ee6806c4 | |
parent | 9e542f37ce20428170010baa36a0ecbfcc0b29bb [diff] |
OMAP2: serial.c: Fix number of uarts in early_init The omap_serial_early_init prints the following errors: Could not get uart4_ick Could not get uart4_fck because all the uarts available in omap_uart[] will be initialized. Only omap4430 and omap3630 have 4 uarts at the moment. This patch reduces the number of uarts when cpu is not omap4430 or omap3630. Signed-off-by: Thomas Weber <weber@corscience.de> Signed-off-by: Tony Lindgren <tony@atomide.com>