diff options
| author | Liu Yu <[email protected]> | 2009-11-27 15:31:52 +0800 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2010-01-25 22:14:35 -0600 |
| commit | c95d541e4b46cb3ba19bf35e34b1dc3ca32f7b4b (patch) | |
| tree | 9af05c0371cb9bd476d4b3161fca42debecd28cf /include | |
| parent | d91803826985bfdf151eed66543ce3b1a301682f (diff) | |
ppc/85xx: Add ATM config for MPC8569MDS
Signed-off-by: Liu Yu <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/MPC8569MDS.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index e16f0e147b0..ae2fc19f4b5 100644 --- a/include/configs/MPC8569MDS.h +++ b/include/configs/MPC8569MDS.h @@ -51,6 +51,11 @@ extern unsigned long get_clock_freq(void); #define CONFIG_SYS_CLK_FREQ 66666666 #define CONFIG_DDR_CLK_FREQ CONFIG_SYS_CLK_FREQ +#ifdef CONFIG_MK_ATM +#define CONFIG_PQ_MDS_PIB +#define CONFIG_PQ_MDS_PIB_ATM +#endif + /* * These can be toggled for performance analysis, otherwise use default. */ |
