diff options
| author | Roy Zang <[email protected]> | 2011-02-04 13:42:45 -0600 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2011-09-29 19:01:05 -0500 |
| commit | fe1a1da038c7ba7919ab187ba4c2a797cb0853aa (patch) | |
| tree | e235a09082b22cbc700d887cc6e0457892c73d8b /include | |
| parent | cba4614862c15b2199f412520de1994da33c013c (diff) | |
powerpc/85xx: Add networking support to P1023RDS
The P1023 has two 1G ethernet controllers the first can run in
SGMII, RGMII, or RMII. The second can only do SGMII & RGMII.
We need to setup a for SoC & board registers based on our various
configuration for ethernet to function properly on the board.
Removed CONFIG_SYS_FMAN_FW as its not used anywhere.
Signed-off-by: Roy Zang <[email protected]>
Signed-off-by: Haiying Wang <[email protected]>
Signed-off-by: Lei Xu <[email protected]>
Signed-off-by: Ioana Radulescu <[email protected]>
Signed-off-by: Shaohui Xie <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/P1023RDS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/P1023RDS.h b/include/configs/P1023RDS.h index 24042dfb653..93866749744 100644 --- a/include/configs/P1023RDS.h +++ b/include/configs/P1023RDS.h @@ -525,9 +525,9 @@ extern unsigned long get_clock_freq(void); #ifdef CONFIG_SYS_DPAA_FMAN #define CONFIG_FMAN_ENET +#define CONFIG_PHY_MARVELL #endif -#define CONFIG_SYS_FMAN_FW #ifndef CONFIG_NAND /* Default address of microcode for the Linux Fman driver */ /* QE microcode/firmware address */ |
