summaryrefslogtreecommitdiffstats
path: root/common/env_eeprom.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/env_eeprom.c')
-rw-r--r--common/env_eeprom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/env_eeprom.c b/common/env_eeprom.c
index 9e1a20194d..1a03f436d8 100644
--- a/common/env_eeprom.c
+++ b/common/env_eeprom.c
@@ -26,7 +26,7 @@
#include <common.h>
-#if defined(CFG_ENV_IS_IN_EEPROM) /* Environment is in EEPROM */
+#if defined(CONFIG_ENV_IS_IN_EEPROM) /* Environment is in EEPROM */
#include <command.h>
#include <environment.h>
@@ -107,4 +107,4 @@ int env_init(void)
return (0);
}
-#endif /* CFG_ENV_IS_IN_EEPROM */
+#endif /* CONFIG_ENV_IS_IN_EEPROM */
OpenPOWER on IntegriCloud