summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configs/alt.h3
-rw-r--r--include/configs/condor.h3
-rw-r--r--include/configs/gose.h3
-rw-r--r--include/configs/grpeach.h3
-rw-r--r--include/configs/koelsch.h3
-rw-r--r--include/configs/lager.h3
-rw-r--r--include/configs/porter.h3
-rw-r--r--include/configs/silk.h3
-rw-r--r--include/configs/stout.h3
-rw-r--r--include/configs/v3hsk.h3
10 files changed, 0 insertions, 30 deletions
diff --git a/include/configs/alt.h b/include/configs/alt.h
index 7db01cedb8b..dfce0b3f4c8 100644
--- a/include/configs/alt.h
+++ b/include/configs/alt.h
@@ -20,9 +20,6 @@
#define RCAR_GEN2_SDRAM_SIZE (1024u * 1024 * 1024)
#define RCAR_GEN2_UBOOT_SDRAM_SIZE (512 * 1024 * 1024)
-/* SH Ether */
-#define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
-
/* Board Clock */
#define CFG_EXTRA_ENV_SETTINGS \
diff --git a/include/configs/condor.h b/include/configs/condor.h
index 3be0f99ec4b..0fb790f2413 100644
--- a/include/configs/condor.h
+++ b/include/configs/condor.h
@@ -13,9 +13,6 @@
/* Environment compatibility */
-/* SH Ether */
-#define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
-
/* Board Clock */
/* XTAL_CLK : 33.33MHz */
diff --git a/include/configs/gose.h b/include/configs/gose.h
index a5537ee30b2..abd13df964d 100644
--- a/include/configs/gose.h
+++ b/include/configs/gose.h
@@ -19,9 +19,6 @@
#define RCAR_GEN2_SDRAM_SIZE (1048u * 1024 * 1024)
#define RCAR_GEN2_UBOOT_SDRAM_SIZE (512u * 1024 * 1024)
-/* SH Ether */
-#define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
-
/* Board Clock */
#define CFG_EXTRA_ENV_SETTINGS \
diff --git a/include/configs/grpeach.h b/include/configs/grpeach.h
index 9c47fbf1c90..1961b4416dd 100644
--- a/include/configs/grpeach.h
+++ b/include/configs/grpeach.h
@@ -16,7 +16,4 @@
#define CFG_SYS_SDRAM_BASE 0x20000000
#define CFG_SYS_SDRAM_SIZE (10 * 1024 * 1024)
-/* Network interface */
-#define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_MII
-
#endif /* __GRPEACH_H */
diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h
index cc6266d4d6c..16c9e09a17f 100644
--- a/include/configs/koelsch.h
+++ b/include/configs/koelsch.h
@@ -19,9 +19,6 @@
#define RCAR_GEN2_SDRAM_SIZE (2048u * 1024 * 1024)
#define RCAR_GEN2_UBOOT_SDRAM_SIZE (512 * 1024 * 1024)
-/* SH Ether */
-#define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
-
/* Board Clock */
#define CFG_EXTRA_ENV_SETTINGS \
diff --git a/include/configs/lager.h b/include/configs/lager.h
index f59f44f1862..fbdc125d67b 100644
--- a/include/configs/lager.h
+++ b/include/configs/lager.h
@@ -20,9 +20,6 @@
#define RCAR_GEN2_SDRAM_SIZE (2048u * 1024 * 1024)
#define RCAR_GEN2_UBOOT_SDRAM_SIZE (512 * 1024 * 1024)
-/* SH Ether */
-#define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
-
/* Board Clock */
#define CFG_EXTRA_ENV_SETTINGS \
diff --git a/include/configs/porter.h b/include/configs/porter.h
index 265a0d775a3..c74ae3a42d9 100644
--- a/include/configs/porter.h
+++ b/include/configs/porter.h
@@ -21,9 +21,6 @@
#define RCAR_GEN2_SDRAM_SIZE (2048u * 1024 * 1024)
#define RCAR_GEN2_UBOOT_SDRAM_SIZE (1024u * 1024 * 1024)
-/* SH Ether */
-#define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
-
/* Board Clock */
#define CFG_EXTRA_ENV_SETTINGS \
diff --git a/include/configs/silk.h b/include/configs/silk.h
index 459b9b86797..bb59e94dc47 100644
--- a/include/configs/silk.h
+++ b/include/configs/silk.h
@@ -21,9 +21,6 @@
#define RCAR_GEN2_SDRAM_SIZE (1024u * 1024 * 1024)
#define RCAR_GEN2_UBOOT_SDRAM_SIZE (512 * 1024 * 1024)
-/* SH Ether */
-#define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
-
/* Board Clock */
#define CFG_EXTRA_ENV_SETTINGS \
diff --git a/include/configs/stout.h b/include/configs/stout.h
index d1accb90d9f..dbb5c63172d 100644
--- a/include/configs/stout.h
+++ b/include/configs/stout.h
@@ -25,9 +25,6 @@
/* SCIF */
#define CFG_SCIF_A
-/* SH Ether */
-#define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
-
/* Board Clock */
#define CFG_EXTRA_ENV_SETTINGS \
diff --git a/include/configs/v3hsk.h b/include/configs/v3hsk.h
index c5685b4c6c1..83e5998e7ae 100644
--- a/include/configs/v3hsk.h
+++ b/include/configs/v3hsk.h
@@ -14,9 +14,6 @@
/* Environment compatibility */
-/* SH Ether */
-#define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RGMII_ID
-
/* Board Clock */
/* XTAL_CLK : 33.33MHz */