summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRoy Zang <tie-fei.zang@freescale.com>2011-02-04 13:42:45 -0600
committerKumar Gala <galak@kernel.crashing.org>2011-09-29 19:01:05 -0500
commitfe1a1da038c7ba7919ab187ba4c2a797cb0853aa (patch)
treee235a09082b22cbc700d887cc6e0457892c73d8b /include
parentcba4614862c15b2199f412520de1994da33c013c (diff)
downloadtalos-obmc-uboot-fe1a1da038c7ba7919ab187ba4c2a797cb0853aa.tar.gz
talos-obmc-uboot-fe1a1da038c7ba7919ab187ba4c2a797cb0853aa.zip
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')
-rw-r--r--include/configs/P1023RDS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/P1023RDS.h b/include/configs/P1023RDS.h
index 24042dfb65..9386674974 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 */
OpenPOWER on IntegriCloud