]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
net: sh_eth: arm: renesas: README: Drop CFG_SH_ETHER_USE_PORT
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 30 Jun 2025 18:51:11 +0000 (20:51 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 10 Jul 2025 17:26:55 +0000 (19:26 +0200)
The CFG_SH_ETHER_USE_PORT configuration option is a remnant from
before U-Boot DM existed and SH Ethernet made full use of it, and
is no longer used, remove it.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
12 files changed:
README
drivers/net/sh_eth.c
include/configs/alt.h
include/configs/condor.h
include/configs/gose.h
include/configs/grpeach.h
include/configs/koelsch.h
include/configs/lager.h
include/configs/porter.h
include/configs/silk.h
include/configs/stout.h
include/configs/v3hsk.h

diff --git a/README b/README
index 40326ef3547bc7bc4f5cbbe66183be956e88053f..8f8f4b85ef80c500ecb5f616e569f86497ff1001 100644 (file)
--- a/README
+++ b/README
@@ -379,9 +379,6 @@ The following options need to be configured:
                CONFIG_SH_ETHER
                Support for Renesas on-chip Ethernet controller
 
-                       CFG_SH_ETHER_USE_PORT
-                       Define the number of ports to be used
-
                        CFG_SH_ETHER_PHY_ADDR
                        Define the ETH PHY's address
 
index 339a47715861659a5edc59c8823a1e49b4ee1357..9ccba153f363e3a5221a06282371a08847a10c16 100644 (file)
@@ -29,9 +29,6 @@
 
 #include "sh_eth.h"
 
-#ifndef CFG_SH_ETHER_USE_PORT
-# error "Please define CFG_SH_ETHER_USE_PORT"
-#endif
 #ifndef CFG_SH_ETHER_PHY_ADDR
 # error "Please define CFG_SH_ETHER_PHY_ADDR"
 #endif
index 8f03762583e907d904da1ff2cd1c85f855c4b51f..52b8c95cd7ba7aba700e1a0c55b03115565f9f43 100644 (file)
@@ -21,7 +21,6 @@
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (512 * 1024 * 1024)
 
 /* SH Ether */
-#define CFG_SH_ETHER_USE_PORT  0
 #define CFG_SH_ETHER_PHY_ADDR  0x1
 #define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
 #define CFG_SH_ETHER_CACHE_WRITEBACK
index 50c8d1733838331bd83e885a1dd00fb6af8a9060..ecaf58e4c0f98aae8a8d9de0a45917ae014bde64 100644 (file)
@@ -14,7 +14,6 @@
 /* Environment compatibility */
 
 /* SH Ether */
-#define CFG_SH_ETHER_USE_PORT  0
 #define CFG_SH_ETHER_PHY_ADDR  0x1
 #define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
 #define CFG_SH_ETHER_CACHE_WRITEBACK
index 7ae0726518da5dcda23a92e0c393b8196d9f727f..323977e9b8a617592da54aab688d38dfb5323481 100644 (file)
@@ -20,7 +20,6 @@
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (512u * 1024 * 1024)
 
 /* SH Ether */
-#define CFG_SH_ETHER_USE_PORT  0
 #define CFG_SH_ETHER_PHY_ADDR  0x1
 #define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
 #define CFG_SH_ETHER_CACHE_WRITEBACK
index 8de4a36e931a310e5b53afedd84e2035673cfd21..67ad83398169c4a4e7be4e447fa310f2524cd21b 100644 (file)
@@ -17,7 +17,6 @@
 #define CFG_SYS_SDRAM_SIZE             (10 * 1024 * 1024)
 
 /* Network interface */
-#define CFG_SH_ETHER_USE_PORT  0
 #define CFG_SH_ETHER_PHY_ADDR  0
 #define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_MII
 #define CFG_SH_ETHER_CACHE_WRITEBACK
index d47d70178ccdba0add012e00878bf35d39602136..11f637d3f337e70570dcf445eea34f57ba8451bb 100644 (file)
@@ -20,7 +20,6 @@
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (512 * 1024 * 1024)
 
 /* SH Ether */
-#define CFG_SH_ETHER_USE_PORT  0
 #define CFG_SH_ETHER_PHY_ADDR  0x1
 #define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
 #define CFG_SH_ETHER_CACHE_WRITEBACK
index 2577c7a7da671533dca301abd8a9ee8bd6b8001b..aaf4a4a69313626c55fd083847e1a93436397b46 100644 (file)
@@ -21,7 +21,6 @@
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (512 * 1024 * 1024)
 
 /* SH Ether */
-#define CFG_SH_ETHER_USE_PORT  0
 #define CFG_SH_ETHER_PHY_ADDR  0x1
 #define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
 #define CFG_SH_ETHER_CACHE_WRITEBACK
index 2cb430be8b0da573c400ac51cc882789cf9100c9..ff99c3fb8177d82af894247d2f39ce4c106ebc48 100644 (file)
@@ -22,7 +22,6 @@
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (1024u * 1024 * 1024)
 
 /* SH Ether */
-#define CFG_SH_ETHER_USE_PORT  0
 #define CFG_SH_ETHER_PHY_ADDR  0x1
 #define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
 #define CFG_SH_ETHER_CACHE_WRITEBACK
index 7bed32d8553befdfafbe7b4dabdcd402f56c6ad3..20d18aa5aa73530745da9ae286ec5cf922ddbaa5 100644 (file)
@@ -22,7 +22,6 @@
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (512 * 1024 * 1024)
 
 /* SH Ether */
-#define CFG_SH_ETHER_USE_PORT  0
 #define CFG_SH_ETHER_PHY_ADDR  0x1
 #define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
 #define CFG_SH_ETHER_CACHE_WRITEBACK
index 1278ba63f4f3dc22331c0b87a146f3319fea7ce1..454d8ca571649de6a81303138985383bca37d872 100644 (file)
@@ -26,7 +26,6 @@
 #define CFG_SCIF_A
 
 /* SH Ether */
-#define CFG_SH_ETHER_USE_PORT  0
 #define CFG_SH_ETHER_PHY_ADDR  0x1
 #define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
 #define CFG_SH_ETHER_CACHE_WRITEBACK
index 58c2e88c0b788ab8d4112297ad679c4062ce2fd3..e16a289ac1a8c602913f3038ac8ac9741920e511 100644 (file)
@@ -15,7 +15,6 @@
 /* Environment compatibility */
 
 /* SH Ether */
-#define CFG_SH_ETHER_USE_PORT  0
 #define CFG_SH_ETHER_PHY_ADDR  0x0
 #define CFG_SH_ETHER_PHY_MODE  PHY_INTERFACE_MODE_RGMII_ID
 #define CFG_SH_ETHER_CACHE_WRITEBACK