diff options
Diffstat (limited to 'include/asm-generic/global_data.h')
| -rw-r--r-- | include/asm-generic/global_data.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index ebfe2a324..5416f468b 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -40,7 +40,7 @@  typedef struct global_data {  	bd_t *bd;  	unsigned long flags; -	unsigned long baudrate; +	unsigned int baudrate;  	unsigned long cpu_clk;	/* CPU clock in Hz!		*/  	unsigned long bus_clk;  	/* We cannot bracket this with CONFIG_PCI due to mpc5xxx */ |