Support for redundant environment in NAND Flash.
[oweals/u-boot.git] / include / configs / W7OLMG.h
index 89373b904027ec5f2d5c3236147cb69ae59640d7..2bd98b3af33e1338630287b963c295afca238f21 100644 (file)
@@ -38,7 +38,8 @@
 #define CONFIG_W7O             1               /* ...on a Wave 7 Optics board  */
 #define CONFIG_W7OLMG          1               /* ...specifically an LMG       */
 
-#define CONFIG_BOARD_PRE_INIT  1               /* Call board_pre_init  */
+#define CONFIG_BOARD_EARLY_INIT_F 1            /* Call board_early_init_f      */
+#define        CONFIG_MISC_INIT_F      1               /* and misc_init_f()            */
 
 #define CONFIG_SYS_CLK_FREQ    33333333        /* external frequency to pll    */
 
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192            /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192            /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32              /* ...          */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5               /* log base 2 of the above val. */