projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55f97c1
)
sandbox: Change global data baudrate to int
author
Simon Glass
<sjg@chromium.org>
Fri, 12 Oct 2012 14:21:21 +0000
(14:21 +0000)
committer
Tom Rini
<trini@ti.com>
Fri, 19 Oct 2012 22:25:46 +0000
(15:25 -0700)
This doesn't need to be a long, so change it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@ti.com>
arch/sandbox/include/asm/global_data.h
patch
|
blob
|
history
diff --git
a/arch/sandbox/include/asm/global_data.h
b/arch/sandbox/include/asm/global_data.h
index 581fd2f2a04b9c3fdc4366e46c05be393012140c..78a751d96f76bbeb28de499bdfce2ca4c8d7eda2 100644
(file)
--- a/
arch/sandbox/include/asm/global_data.h
+++ b/
arch/sandbox/include/asm/global_data.h
@@
-36,7
+36,7
@@
typedef struct global_data {
bd_t *bd;
unsigned long flags;
- unsigned
long
baudrate;
+ unsigned
int
baudrate;
unsigned long have_console; /* serial_init() was called */
unsigned long env_addr; /* Address of Environment struct */
unsigned long env_valid; /* Checksum of Environment valid? */