]> git.sur5r.net Git - u-boot/blobdiff - include/configs/HUB405.h
include/configs: Use new CONFIG_CMD_* in various E* named board config files.
[u-boot] / include / configs / HUB405.h
index 2d7cf2f2e23df3365c484e3db8142dacafa9a615..f84e356216bd9a0e941872f9739a01a7e29d9099 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     */
 
  * NAND-FLASH stuff
  *-----------------------------------------------------------------------
  */
+#define CFG_NAND_LEGACY
+
 #define CFG_MAX_NAND_DEVICE    1       /* Max number of NAND devices           */
 #define SECTORSIZE 512
 
 /*-----------------------------------------------------------------------
  * 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)