aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configs/pxm2.h2
-rw-r--r--include/configs/rut.h2
-rw-r--r--include/configs/siemens-am33x-common.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/pxm2.h b/include/configs/pxm2.h
index c6a01270a54..48f49906b84 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 f51771f9ca4..b07d0c50604 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 7e9a55ec610..4f277f08a44 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;" \