diff options
author | Andy Fleming <afleming@freescale.com> | 2007-08-14 00:14:25 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2007-08-14 01:47:44 -0500 |
commit | da9d4610d76e52c4d20a8f3d8433439a7fcf5b71 (patch) | |
tree | 878ce01e8e6059383e74d42fdc809b8087a1fcdd /include/asm-ppc/global_data.h | |
parent | c59e4091ffe0148398b9e9ff14a019ea038b7432 (diff) | |
download | u-boot-imx-da9d4610d76e52c4d20a8f3d8433439a7fcf5b71.zip u-boot-imx-da9d4610d76e52c4d20a8f3d8433439a7fcf5b71.tar.gz u-boot-imx-da9d4610d76e52c4d20a8f3d8433439a7fcf5b71.tar.bz2 |
Add support for UEC to 8568
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/asm-ppc/global_data.h')
-rw-r--r-- | include/asm-ppc/global_data.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h index bbaeb3f..1f1583a 100644 --- a/include/asm-ppc/global_data.h +++ b/include/asm-ppc/global_data.h @@ -71,16 +71,16 @@ typedef struct global_data { u32 lclk_clk; u32 ddr_clk; u32 pci_clk; +#if defined(CONFIG_MPC8360) + u32 ddr_sec_clk; +#endif /* CONFIG_MPC8360 */ +#endif #if defined(CONFIG_QE) u32 qe_clk; u32 brg_clk; uint mp_alloc_base; uint mp_alloc_top; #endif /* CONFIG_QE */ -#if defined (CONFIG_MPC8360) - u32 ddr_sec_clk; -#endif /* CONFIG_MPC8360 */ -#endif #if defined(CONFIG_MPC5xxx) unsigned long ipb_clk; unsigned long pci_clk; |