]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/M52277EVB.h
rename CFG_ENV macros to CONFIG_ENV
[people/ms/u-boot.git] / include / configs / M52277EVB.h
index 10b37b5e01fa4ee2665e353dc534ac79c5842121..7f24c4e59f466cb81e0161b84813d880d19cafca 100644 (file)
  */
 #define CONFIG_ENV_IS_IN_FLASH 1
 #define CONFIG_ENV_OVERWRITE   1
-#undef CFG_ENV_IS_EMBEDDED
+#undef CONFIG_ENV_IS_EMBEDDED
 
 /*-----------------------------------------------------------------------
  * FLASH organization
  */
 #define CFG_FLASH_BASE         CFG_CS0_BASE
 #define CFG_FLASH0_BASE                CFG_CS0_BASE
-#define CFG_ENV_ADDR           (CFG_FLASH_BASE + 0x8000)
-#define CFG_ENV_SECT_SIZE      0x8000
+#define CONFIG_ENV_ADDR                (CFG_FLASH_BASE + 0x8000)
+#define CONFIG_ENV_SECT_SIZE   0x8000
 
 #define CFG_FLASH_CFI
 #ifdef CFG_FLASH_CFI