Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information