summaryrefslogtreecommitdiff
path: root/arch/avr32/include/asm/u-boot.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-10-12 14:21:09 +0000
committerTom Rini <trini@ti.com>2012-10-19 15:25:44 -0700
commit15dc95d48a1c46c0bc738c1857665e61d8ad0b7c (patch)
tree6082c405b4a99c812212ffd7bdbd6240295841f4 /arch/avr32/include/asm/u-boot.h
parentecd4551f14418abda71607946134fb40253b843b (diff)
avr32: Change bi_baudrate and global data baudrate to int
These don't need to be longs, so change them. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/avr32/include/asm/u-boot.h')
-rw-r--r--arch/avr32/include/asm/u-boot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/include/asm/u-boot.h b/arch/avr32/include/asm/u-boot.h
index 1d2959a2ad..97bbbdef6d 100644
--- a/arch/avr32/include/asm/u-boot.h
+++ b/arch/avr32/include/asm/u-boot.h
@@ -23,7 +23,7 @@
#define __ASM_U_BOOT_H__ 1
typedef struct bd_info {
- unsigned long bi_baudrate;
+ unsigned int bi_baudrate;
unsigned char bi_phy_id[4];
unsigned long bi_board_number;
void *bi_boot_params;