summaryrefslogtreecommitdiff
path: root/include/configs/rsk7203.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/rsk7203.h')
-rw-r--r--include/configs/rsk7203.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/rsk7203.h b/include/configs/rsk7203.h
index 23598f3..d99e4f3 100644
--- a/include/configs/rsk7203.h
+++ b/include/configs/rsk7203.h
@@ -92,10 +92,10 @@
#define CFG_MAX_FLASH_SECT 64
#define CFG_MAX_FLASH_BANKS 1
-#define CFG_ENV_IS_IN_FLASH
-#define CFG_ENV_SECT_SIZE (64 * 1024)
-#define CFG_ENV_SIZE CFG_ENV_SECT_SIZE
-#define CFG_ENV_ADDR (CFG_MONITOR_BASE + CFG_MONITOR_LEN)
+#define CONFIG_ENV_IS_IN_FLASH
+#define CONFIG_ENV_SECT_SIZE (64 * 1024)
+#define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE
+#define CONFIG_ENV_ADDR (CFG_MONITOR_BASE + CFG_MONITOR_LEN)
#define CFG_FLASH_ERASE_TOUT 12000
#define CFG_FLASH_WRITE_TOUT 500