diff options
author | Tom Rini | 2022-12-04 10:13:52 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-23 10:15:12 -0500 |
commit | 97148cb6142b2507972459b8f578c04717a52c40 (patch) | |
tree | 379d53e206263909aa7587524f02c294067eacc6 /include/configs/stout.h | |
parent | 85b55117085fd6912f1c06eb74d864c44f515e66 (diff) |
global: Migrate CONFIG_SH_ETHER_USE_PORT to CFG
Perform a simple rename of CONFIG_SH_ETHER_USE_PORT to CFG_SH_ETHER_USE_PORT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/stout.h')
-rw-r--r-- | include/configs/stout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/stout.h b/include/configs/stout.h index 51f4420ed6f..1278ba63f4f 100644 --- a/include/configs/stout.h +++ b/include/configs/stout.h @@ -26,7 +26,7 @@ #define CFG_SCIF_A /* SH Ether */ -#define CONFIG_SH_ETHER_USE_PORT 0 +#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 |