NAND finally working. Two bugs fixed:
[oweals/u-boot.git] / include / configs / HUB405.h
index 2d7cf2f2e23df3365c484e3db8142dacafa9a615..eb627e881dd50883e826c5e78bebf3da1dfcb8f9 100644 (file)
@@ -42,6 +42,8 @@
 
 #define CONFIG_SYS_CLK_FREQ    33330000 /* external frequency to pll   */
 
+#define CONFIG_BOARD_TYPES     1       /* support board types          */
+
 #define CONFIG_BAUDRATE                9600
 #define CONFIG_BOOTDELAY       3       /* autoboot after 3 seconds     */
 
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)