rename CFG_ENV macros to CONFIG_ENV
[platform/kernel/u-boot.git] / include / configs / RPXlite_DW.h
index 724dc48..6e72e96 100644 (file)
 #define CFG_FLASH_WRITE_TOUT   500     /* Timeout for Flash Write (in ms)      */
 
 #ifdef CONFIG_ENV_IS_IN_NVRAM
-#define CFG_ENV_ADDR           0xFA000100
-#define CFG_ENV_SIZE           0x1000
+#define CONFIG_ENV_ADDR                0xFA000100
+#define CONFIG_ENV_SIZE                0x1000
 #else
 #define CONFIG_ENV_IS_IN_FLASH
-#define CFG_ENV_OFFSET         0x30000 /* Offset of Environment Sector         */
-#define CFG_ENV_SIZE           0x8000  /* Total Size of Environment Sector     */
+#define CONFIG_ENV_OFFSET              0x30000 /* Offset of Environment Sector         */
+#define CONFIG_ENV_SIZE                0x8000  /* Total Size of Environment Sector     */
 #endif /* CONFIG_ENV_IS_IN_NVRAM */
 
 #define CFG_RESET_ADDRESS      ((ulong)((((immap_t *)CFG_IMMR)->im_clkrst.res)))