From 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138 Mon Sep 17 00:00:00 2001 From: Bryan O'Donoghue Date: Sun, 17 Feb 2008 22:57:47 +0000 Subject: 8xx: Update OF support on 8xx This patch does some shifting around of OF support on 8xx. Signed-off-by: Bryan O'Donoghue --- include/asm-ppc/global_data.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/asm-ppc') diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h index e07092baa4..ff6624a227 100644 --- a/include/asm-ppc/global_data.h +++ b/include/asm-ppc/global_data.h @@ -40,8 +40,11 @@ typedef struct global_data { bd_t *bd; unsigned long flags; unsigned long baudrate; - unsigned long cpu_clk; /* CPU clock in Hz! */ + unsigned long cpu_clk; /* CPU clock in Hz! */ unsigned long bus_clk; +#if defined(CONFIG_8xx) + unsigned long brg_clk; +#endif #if defined(CONFIG_CPM2) /* There are many clocks on the MPC8260 - see page 9-5 */ unsigned long vco_out; -- cgit