summaryrefslogtreecommitdiffstats
path: root/include/configs/Rattler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/Rattler.h')
-rw-r--r--include/configs/Rattler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/Rattler.h b/include/configs/Rattler.h
index e603f29b3b..6ec52e69f7 100644
--- a/include/configs/Rattler.h
+++ b/include/configs/Rattler.h
@@ -226,8 +226,8 @@
#define CONFIG_ENV_IS_IN_FLASH
#ifdef CONFIG_ENV_IS_IN_FLASH
-#define CFG_ENV_SECT_SIZE 0x10000
-#define CFG_ENV_ADDR (CFG_MONITOR_BASE + CFG_MONITOR_LEN)
+#define CONFIG_ENV_SECT_SIZE 0x10000
+#define CONFIG_ENV_ADDR (CFG_MONITOR_BASE + CFG_MONITOR_LEN)
#endif /* CONFIG_ENV_IS_IN_FLASH */
#define CFG_DEFAULT_IMMR 0xFF010000
OpenPOWER on IntegriCloud