commit | da0122ca8b7804b9cd8fa7eff466bafba27f09a3 | [log] [tgz] |
---|---|---|
author | Cyril Chemparathy <cyril@ti.com> | Sun May 02 14:28:12 2010 -0400 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Thu May 06 15:02:10 2010 -0700 |
tree | 50e9b45cf4c633dfa851ccd4b224896388ea8eb4 | |
parent | c78a5bc2e77e8fc5be29cda5b28c9b9afd0f4b6d [diff] |
Davinci: serial - remove unnecessary define The uart pdata array is already terminated by a zero flag field. This patch reuses this terminator and eliminates DAVINCI_MAX_NR_UARTS definition. This way, future platforms can have different number of uarts initialized via davinci_serial_init(). Signed-off-by: Cyril Chemparathy <cyril@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>