diff options
| author | Stefano Babic <sbabic@denx.de> | 2012-11-10 08:05:54 +0100 | 
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2012-11-10 08:05:54 +0100 | 
| commit | 3e4d27b06d7484040355e22eec2cbce7335d6dab (patch) | |
| tree | 9672a2bb2e4ce0edc0ab776ddf0e2ca8e39a5f62 /arch/powerpc/include/asm/global_data.h | |
| parent | bad05afe083eec0467220de21683443292c5012e (diff) | |
| parent | 59852d03867108217fe88e3bfc3e1e9cedfe63c5 (diff) | |
| download | olio-uboot-2014.01-3e4d27b06d7484040355e22eec2cbce7335d6dab.tar.xz olio-uboot-2014.01-3e4d27b06d7484040355e22eec2cbce7335d6dab.zip | |
Merge git://git.denx.de/u-boot
Diffstat (limited to 'arch/powerpc/include/asm/global_data.h')
| -rw-r--r-- | arch/powerpc/include/asm/global_data.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/arch/powerpc/include/asm/global_data.h b/arch/powerpc/include/asm/global_data.h index 5a5877fc2..cb3a80bb2 100644 --- a/arch/powerpc/include/asm/global_data.h +++ b/arch/powerpc/include/asm/global_data.h @@ -38,7 +38,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;  #if defined(CONFIG_8xx) @@ -63,6 +63,8 @@ typedef	struct	global_data {  	u32 tsec1_clk;  	u32 tsec2_clk;  	u32 usbdr_clk; +#elif defined(CONFIG_MPC8309) +	u32 usbdr_clk;  #endif  #if defined (CONFIG_MPC834x)  	u32 usbmph_clk; |