diff options
Diffstat (limited to 'arch/powerpc/include/asm/u-boot.h')
| -rw-r--r-- | arch/powerpc/include/asm/u-boot.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/include/asm/u-boot.h b/arch/powerpc/include/asm/u-boot.h index b2fa2b574..7229a98ea 100644 --- a/arch/powerpc/include/asm/u-boot.h +++ b/arch/powerpc/include/asm/u-boot.h @@ -81,7 +81,7 @@ typedef struct bd_info {  	unsigned long	bi_ipbfreq;	/* IPB Bus Freq, in MHz */  	unsigned long	bi_pcifreq;	/* PCI Bus Freq, in MHz */  #endif -	unsigned long	bi_baudrate;	/* Console Baudrate */ +	unsigned int	bi_baudrate;	/* Console Baudrate */  #if defined(CONFIG_405)   || \      defined(CONFIG_405GP) || \      defined(CONFIG_405CR) || \ |