rename CFG_ENV macros to CONFIG_ENV
[platform/kernel/u-boot.git] / include / configs / DASA_SIM.h
index 627ea14..3ddf1bf 100644 (file)
 
 #define CFG_FLASH_EMPTY_INFO           /* print 'E' for empty sector on flinfo */
 
-#define CFG_ENV_IS_IN_FLASH    1
-#define CFG_ENV_OFFSET         0x00010000      /* Offset of Environment Sector */
-#define CFG_ENV_SIZE           0x1000  /* Total Size of Environment Sector     */
+#define CONFIG_ENV_IS_IN_FLASH 1
+#define CONFIG_ENV_OFFSET              0x00010000      /* Offset of Environment Sector */
+#define CONFIG_ENV_SIZE                0x1000  /* Total Size of Environment Sector     */
 
 #if 0
-#define CFG_ENV_SECT_SIZE      0x8000  /* see README - env sector total size   */
+#define CONFIG_ENV_SECT_SIZE   0x8000  /* see README - env sector total size   */
 #else
-#define CFG_ENV_SECT_SIZE      0x10000 /* see README - env sector total size   */
+#define CONFIG_ENV_SECT_SIZE   0x10000 /* see README - env sector total size   */
 #endif
 
 /*-----------------------------------------------------------------------
 #define CFG_PCI9054_DEV_FN   0x0800
 #define CFG_PCI9054_IOBASE   0x0eff0000
 
-/*-----------------------------------------------------------------------
- * Cache Configuration
- */
-#define CFG_DCACHE_SIZE                2048    /* For PLX IOP480                       */
-#define CFG_CACHELINE_SIZE     16      /* For AMCC 401/403 CPUs                */
-#if defined(CONFIG_CMD_KGDB)
-#define CFG_CACHELINE_SHIFT    4       /* log base 2 of the above value        */
-#endif
-
 /*
  * Init Memory Controller:
  *