summaryrefslogtreecommitdiff
path: root/arch/blackfin/include/asm/global_data.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-10-12 14:21:17 +0000
committerTom Rini <trini@ti.com>2012-10-19 15:25:45 -0700
commit5e84e5a7d445dd4fdcafa88675a99293587e4337 (patch)
tree539fc2956efaa7e2b4d3ea54acef867ee2e02e50 /arch/blackfin/include/asm/global_data.h
parente46e31a83ab263430d616339bf096af4ca9b9aa2 (diff)
downloadu-boot-imx-5e84e5a7d445dd4fdcafa88675a99293587e4337.zip
u-boot-imx-5e84e5a7d445dd4fdcafa88675a99293587e4337.tar.gz
u-boot-imx-5e84e5a7d445dd4fdcafa88675a99293587e4337.tar.bz2
blackfin: Change global data baudrate to int
This doesn't need to be a long, so change it. Also adjust bi_baudrate to be unsigned. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/blackfin/include/asm/global_data.h')
-rw-r--r--arch/blackfin/include/asm/global_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/global_data.h b/arch/blackfin/include/asm/global_data.h
index 290a9e7..d91e5a4 100644
--- a/arch/blackfin/include/asm/global_data.h
+++ b/arch/blackfin/include/asm/global_data.h
@@ -41,7 +41,7 @@ typedef struct global_data {
bd_t *bd;
unsigned long flags;
unsigned long board_type;
- unsigned long baudrate;
+ unsigned int baudrate;
unsigned long have_console; /* serial_init() was called */
#ifdef CONFIG_PRE_CONSOLE_BUFFER
unsigned long precon_buf_idx; /* Pre-Console buffer index */