]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/MPC8260ADS.h
rename CFG_ENV macros to CONFIG_ENV
[people/ms/u-boot.git] / include / configs / MPC8260ADS.h
index 9a7673231039f588b687523fe97a9db5f06b4bda..763ad4ca2e7bef299ce0919c1c82dcfd5494d680 100644 (file)
 
 #ifndef CFG_RAMBOOT
 #  define CONFIG_ENV_IS_IN_FLASH       1
-#  define CFG_ENV_SECT_SIZE    0x40000
-#  define CFG_ENV_ADDR         (CFG_MONITOR_BASE + CFG_ENV_SECT_SIZE)
+#  define CONFIG_ENV_SECT_SIZE 0x40000
+#  define CONFIG_ENV_ADDR              (CFG_MONITOR_BASE + CONFIG_ENV_SECT_SIZE)
 #else
 #  define CONFIG_ENV_IS_IN_NVRAM       1
-#  define CFG_ENV_ADDR         (CFG_MONITOR_BASE - 0x1000)
-#  define CFG_ENV_SIZE         0x200
+#  define CONFIG_ENV_ADDR              (CFG_MONITOR_BASE - 0x1000)
+#  define CONFIG_ENV_SIZE              0x200
 #endif /* CFG_RAMBOOT */
 
 #define CFG_CACHELINE_SIZE     32      /* For MPC8260 CPU */