diff options
author | Roy Zang <tie-fei.zang@freescale.com> | 2011-02-04 13:42:45 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-09-29 19:01:05 -0500 |
commit | fe1a1da038c7ba7919ab187ba4c2a797cb0853aa (patch) | |
tree | e235a09082b22cbc700d887cc6e0457892c73d8b /include/configs/P1023RDS.h | |
parent | cba4614862c15b2199f412520de1994da33c013c (diff) | |
download | u-boot-imx-fe1a1da038c7ba7919ab187ba4c2a797cb0853aa.zip u-boot-imx-fe1a1da038c7ba7919ab187ba4c2a797cb0853aa.tar.gz u-boot-imx-fe1a1da038c7ba7919ab187ba4c2a797cb0853aa.tar.bz2 |
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 <tie-fei.zang@freescale.com>
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: Lei Xu <B33228@freescale.com>
Signed-off-by: Ioana Radulescu <ruxandra.radulescu@freescale.com>
Signed-off-by: Shaohui Xie <b21989@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/P1023RDS.h')
-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 24042df..9386674 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 */ |