Perform a simple rename of CONFIG_HW_ENV_SETTINGS to CFG_HW_ENV_SETTINGS

Signed-off-by: Tom Rini <[email protected]>
---
 include/configs/km/pg-wcom-ls102xa.h | 4 ++--
 include/configs/kmcent2.h            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/configs/km/pg-wcom-ls102xa.h 
b/include/configs/km/pg-wcom-ls102xa.h
index cbcace8099dd..b0a759aa7199 100644
--- a/include/configs/km/pg-wcom-ls102xa.h
+++ b/include/configs/km/pg-wcom-ls102xa.h
@@ -214,7 +214,7 @@
                "protect on " __stringify(ENV_DEL_ADDR)                 \
                " +" __stringify(CFG_ENV_TOTAL_SIZE) "\0"
 
-#define CONFIG_HW_ENV_SETTINGS                                         \
+#define CFG_HW_ENV_SETTINGS                                            \
        "hwconfig=devdis:esdhc,usb3,usb2,sata,sec,dcu,duart2,qspi,"     \
                        "can1,can2_4,ftm2_8,i2c2_3,sai1_4,lpuart2_6,"   \
                        "asrc,spdif,lpuart1,ftm1\0"
@@ -222,7 +222,7 @@
 #define CFG_EXTRA_ENV_SETTINGS                                 \
        CONFIG_KM_NEW_ENV                                               \
        CONFIG_KM_DEF_ENV                                               \
-       CONFIG_HW_ENV_SETTINGS                                          \
+       CFG_HW_ENV_SETTINGS                                             \
        "EEprom_ivm=pca9547:70:9\0"                                     \
        "ethrotate=no\0"                                                \
        ""
diff --git a/include/configs/kmcent2.h b/include/configs/kmcent2.h
index fcc0d2df326e..18304575f403 100644
--- a/include/configs/kmcent2.h
+++ b/include/configs/kmcent2.h
@@ -421,7 +421,7 @@ int get_scl(void);
        "fpgacfg=true\0"                                                \
        ""
 
-#define CONFIG_HW_ENV_SETTINGS                                         \
+#define CFG_HW_ENV_SETTINGS                                            \
        "hwconfig=fsl_ddr:ctlr_intlv=cacheline\0"                       \
        "usb_phy_type=" __stringify(__USB_PHY_TYPE) "\0"                \
        "usb_dr_mode=host\0"
@@ -443,7 +443,7 @@ int get_scl(void);
        CONFIG_KM_DEF_ENV                                               \
        CONFIG_KM_DEF_ARCH                                              \
        CONFIG_KM_NEW_ENV                                               \
-       CONFIG_HW_ENV_SETTINGS                                          \
+       CFG_HW_ENV_SETTINGS                                             \
        "EEprom_ivm=pca9547:70:9\0"                                     \
        ""
 
-- 
2.25.1

Reply via email to