diff options
| author | Poonam Aggrwal <[email protected]> | 2009-08-05 13:29:24 +0530 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2009-08-28 17:12:38 -0500 |
| commit | 728ece343e8bb2a66ee977c49d455439e3b28da9 (patch) | |
| tree | 02db3e3ece04097e2315b03d592b7ad894b38be6 /include/asm-ppc | |
| parent | 0e870980a64584a591af775bb9c9fe9450124df9 (diff) | |
85xx: Add support for P2020RDB board
The code base adds P1 & P2 RDB platforms support.
The folder and file names can cater to future SOCs of P1/P2 family.
P1 & P2 processors are 85xx platforms, part of Freescale QorIQ series.
Tested following on P2020RDB:
1. eTSECs
2. DDR, NAND, NOR, I2C.
Signed-off-by: Poonam Aggrwal <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'include/asm-ppc')
| -rw-r--r-- | include/asm-ppc/global_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h index a5747e10bde..db4b1eaa1e9 100644 --- a/include/asm-ppc/global_data.h +++ b/include/asm-ppc/global_data.h @@ -86,7 +86,7 @@ typedef struct global_data { u32 mem_sec_clk; #endif /* CONFIG_MPC8360 */ #endif -#if defined(CONFIG_MPC837x) || defined(CONFIG_MPC8536) +#if defined(CONFIG_FSL_ESDHC) u32 sdhc_clk; #endif #if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx) |
