Use 'unsigned int' for global_data's baudrate
authorSimon Glass <sjg@chromium.org>
Tue, 5 Mar 2013 14:40:05 +0000 (14:40 +0000)
committerTom Rini <trini@ti.com>
Fri, 15 Mar 2013 20:14:02 +0000 (16:14 -0400)
commitb5bec88434adb52413f1bc33fa63d7642cb8fd35
treef03fe8b1c29142ddf699d3261ce4eec2ec274b9a
parent68794b9f73b8d4aef3ee968c567229ef4eab1f3f
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>
include/asm-generic/global_data.h