commit | 059c54f61db72d5eb6cd2f8dda1213dfa863746a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 05 14:40:05 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Mar 15 16:14:02 2013 -0400 |
tree | f03fe8b1c29142ddf699d3261ce4eec2ec274b9a | |
parent | 0db3ea2b767475558af017b26f02a2d17a68cd64 [diff] |
Use 'unsigned int' for global_data's baudrate We decided to used unsigned int here, rather than unsigned long. But for the generic global_data it is still unsigned long. So change it over. Signed-off-by: Simon Glass <sjg@chromium.org>