diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-04 10:13:52 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-23 10:15:12 -0500 |
commit | 97148cb6142b2507972459b8f578c04717a52c40 (patch) | |
tree | 379d53e206263909aa7587524f02c294067eacc6 /include/configs/alt.h | |
parent | 85b55117085fd6912f1c06eb74d864c44f515e66 (diff) | |
download | u-boot-97148cb6142b2507972459b8f578c04717a52c40.tar.gz u-boot-97148cb6142b2507972459b8f578c04717a52c40.tar.bz2 u-boot-97148cb6142b2507972459b8f578c04717a52c40.zip |
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/alt.h')
-rw-r--r-- | include/configs/alt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/alt.h b/include/configs/alt.h index 53c31562a5..8f03762583 100644 --- a/include/configs/alt.h +++ b/include/configs/alt.h @@ -21,7 +21,7 @@ #define RCAR_GEN2_UBOOT_SDRAM_SIZE (512 * 1024 * 1024) /* 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 |