]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/M5272C3.h
rename CFG_ENV macros to CONFIG_ENV
[people/ms/u-boot.git] / include / configs / M5272C3.h
index 22124c961f2718124dbea0e970c3dd0214074166..d2dcdd28a5c0a1d73b485c804044ef33557862c2 100644 (file)
  * Environment is embedded in u-boot in the second sector of the flash
  */
 #ifndef CONFIG_MONITOR_IS_IN_RAM
-#define CFG_ENV_OFFSET         0x4000
-#define CFG_ENV_SECT_SIZE      0x2000
+#define CONFIG_ENV_OFFSET              0x4000
+#define CONFIG_ENV_SECT_SIZE   0x2000
 #define CONFIG_ENV_IS_IN_FLASH 1
-#define CFG_ENV_IS_EMBEDDED    1
+#define CONFIG_ENV_IS_EMBEDDED 1
 #else
-#define CFG_ENV_ADDR           0xffe04000
-#define CFG_ENV_SECT_SIZE      0x2000
+#define CONFIG_ENV_ADDR                0xffe04000
+#define CONFIG_ENV_SECT_SIZE   0x2000
 #define CONFIG_ENV_IS_IN_FLASH 1
 #endif