summaryrefslogtreecommitdiff
path: root/include/configs/corenet_ds.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-01-19 03:05:26 -0600
committerKumar Gala <galak@kernel.crashing.org>2011-01-19 22:58:23 -0600
commit243be8e296c53343eb21a6224f5329ff94778a4f (patch)
tree617f39e5a350bde99fc6ef340450cabc1707441f /include/configs/corenet_ds.h
parentdd50af2515ad39fa2f6c09ab621f69fef4f5fceb (diff)
downloadu-boot-imx-243be8e296c53343eb21a6224f5329ff94778a4f.zip
u-boot-imx-243be8e296c53343eb21a6224f5329ff94778a4f.tar.gz
u-boot-imx-243be8e296c53343eb21a6224f5329ff94778a4f.tar.bz2
powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers
Add new headers that capture common defines for a given SoC/processor rather than duplicating that information in board config.h and random other places. Eventually this should be handled by Kconfig & defconfigs Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/corenet_ds.h')
-rw-r--r--include/configs/corenet_ds.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h
index fa05baa..5e9de90 100644
--- a/include/configs/corenet_ds.h
+++ b/include/configs/corenet_ds.h
@@ -446,13 +446,11 @@
#define CONFIG_SYS_FM1_DTSEC4_PHY_ADDR 0x1f
#define CONFIG_SYS_FM1_10GEC1_PHY_ADDR 4
-#if (CONFIG_SYS_NUM_FMAN == 2)
#define CONFIG_SYS_FM2_DTSEC1_PHY_ADDR 0x1c
#define CONFIG_SYS_FM2_DTSEC2_PHY_ADDR 0x1d
#define CONFIG_SYS_FM2_DTSEC3_PHY_ADDR 0x1e
#define CONFIG_SYS_FM2_DTSEC4_PHY_ADDR 0x1f
#define CONFIG_SYS_FM2_10GEC1_PHY_ADDR 0
-#endif
#define CONFIG_SYS_TBIPA_VALUE 8
#define CONFIG_MII /* MII PHY management */