aboutsummaryrefslogtreecommitdiff
path: root/include/configs/grpeach.h
diff options
context:
space:
mode:
authorTom Rini2022-12-04 10:13:51 -0500
committerTom Rini2022-12-23 10:15:12 -0500
commit85b55117085fd6912f1c06eb74d864c44f515e66 (patch)
treeec3fea667747d12b5374d5b39f6d8962ec0befa4 /include/configs/grpeach.h
parent7c480bab146f830220f1feef00ad1b9a5a64c6cb (diff)
global: Migrate CONFIG_SH_ETHER_PHY_MODE to CFG
Perform a simple rename of CONFIG_SH_ETHER_PHY_MODE to CFG_SH_ETHER_PHY_MODE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/grpeach.h')
-rw-r--r--include/configs/grpeach.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/grpeach.h b/include/configs/grpeach.h
index 8ba9b73672c..6a11aa61f0f 100644
--- a/include/configs/grpeach.h
+++ b/include/configs/grpeach.h
@@ -19,7 +19,7 @@
/* Network interface */
#define CONFIG_SH_ETHER_USE_PORT 0
#define CFG_SH_ETHER_PHY_ADDR 0
-#define CONFIG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_MII
+#define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_MII
#define CFG_SH_ETHER_CACHE_WRITEBACK
#define CFG_SH_ETHER_CACHE_INVALIDATE
#define CFG_SH_ETHER_ALIGNE_SIZE 64