rename CFG_ENV macros to CONFIG_ENV
[platform/kernel/u-boot.git] / include / configs / spc1920.h
index 73fa97f..592cef1 100644 (file)
 
 /* Environment is in flash */
 #define CONFIG_ENV_IS_IN_FLASH
-#define CFG_ENV_SECT_SIZE       0x40000         /* We use one complete sector   */
-#define CFG_ENV_ADDR           (CFG_MONITOR_BASE + CFG_MONITOR_LEN)
+#define CONFIG_ENV_SECT_SIZE       0x40000         /* We use one complete sector   */
+#define CONFIG_ENV_ADDR                (CFG_MONITOR_BASE + CFG_MONITOR_LEN)
 
 #define CONFIG_ENV_OVERWRITE