]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/RPXlite_DW.h
rename CFG_ENV macros to CONFIG_ENV
[people/ms/u-boot.git] / include / configs / RPXlite_DW.h
index 724dc48eb2cd9865b8b41af527b540199268a538..6e72e9668e0960efc38185b1edea1261b39653bf 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)))