summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8548CDS.h
diff options
context:
space:
mode:
authorchenhui zhao <chenhui.zhao@freescale.com>2011-09-06 16:41:18 +0000
committerKumar Gala <galak@kernel.crashing.org>2011-11-08 08:30:47 -0600
commitd37012289df80f3907a54bb01ffc38a394fa0766 (patch)
tree4f479d3b20ba3105df7c91eb9b27e3f38338d80e /include/configs/MPC8548CDS.h
parentaada81de703e0fb26ae1a8dc8fc8d6a7a37fa3c9 (diff)
downloadtalos-obmc-uboot-d37012289df80f3907a54bb01ffc38a394fa0766.tar.gz
talos-obmc-uboot-d37012289df80f3907a54bb01ffc38a394fa0766.zip
powerpc/mpc8548cds: Fix network initialization
Add board_eth_init(). PCIe network card is also supported. Put RGMII init after tsec_eth_init(). Skip initializing eTSEC3 and eTSEC4 with Carrier boards prior to ver 1.3. Signed-off-by: Ebony Zhu Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
Diffstat (limited to 'include/configs/MPC8548CDS.h')
-rw-r--r--include/configs/MPC8548CDS.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h
index a99f8d592a..1a6ba692ab 100644
--- a/include/configs/MPC8548CDS.h
+++ b/include/configs/MPC8548CDS.h
@@ -464,6 +464,8 @@ extern unsigned long get_clock_freq(void);
#define CONFIG_TSEC4_NAME "eTSEC3"
#undef CONFIG_MPC85XX_FEC
+#define CONFIG_PHY_MARVELL
+
#define TSEC1_PHY_ADDR 0
#define TSEC2_PHY_ADDR 1
#define TSEC3_PHY_ADDR 2
OpenPOWER on IntegriCloud