Perform a simple rename of CONFIG_ENV_SETTINGS_V1 to CFG_ENV_SETTINGS_V1

Signed-off-by: Tom Rini <tr...@konsulko.com>
---
 include/configs/pxm2.h                 | 2 +-
 include/configs/rut.h                  | 2 +-
 include/configs/siemens-am33x-common.h | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/configs/pxm2.h b/include/configs/pxm2.h
index c6a01270a54d..48f49906b84e 100644
--- a/include/configs/pxm2.h
+++ b/include/configs/pxm2.h
@@ -36,7 +36,7 @@
        "preboot=draco_led 0\0" \
        CFG_ENV_SETTINGS_BUTTONS_AND_LEDS \
        "splashpos=m,m\0"       \
-       CONFIG_ENV_SETTINGS_V1 \
+       CFG_ENV_SETTINGS_V1 \
        CFG_ENV_SETTINGS_NAND_V1 \
        "mmc_dev=0\0" \
        "mmc_root=/dev/mmcblk0p2 rw\0" \
diff --git a/include/configs/rut.h b/include/configs/rut.h
index f51771f9ca46..b07d0c50604d 100644
--- a/include/configs/rut.h
+++ b/include/configs/rut.h
@@ -33,7 +33,7 @@
        "nand_img_size=0x500000\0" \
        "splashpos=m,m\0" \
        "optargs=fixrtc --no-log consoleblank=0 \0" \
-       CONFIG_ENV_SETTINGS_V1 \
+       CFG_ENV_SETTINGS_V1 \
        CFG_ENV_SETTINGS_NAND_V1 \
        "mmc_dev=0\0" \
        "mmc_root=/dev/mmcblk0p2 rw\0" \
diff --git a/include/configs/siemens-am33x-common.h 
b/include/configs/siemens-am33x-common.h
index 7e9a55ec6103..4f277f08a44e 100644
--- a/include/configs/siemens-am33x-common.h
+++ b/include/configs/siemens-am33x-common.h
@@ -229,7 +229,7 @@
                "${nand_img_size}; bootm ${kloadaddr}\0" \
        COMMON_ENV_NAND_CMDS
 
-#define CONFIG_ENV_SETTINGS_V1 \
+#define CFG_ENV_SETTINGS_V1 \
                COMMON_ENV_SETTINGS \
        "net_args=run bootargs_defaults;" \
                "mtdparts default;" \
-- 
2.25.1

Reply via email to