X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2FHUB405.h;h=f84e356216bd9a0e941872f9739a01a7e29d9099;hb=dcaa71562826a2466e894c868d132509dcda8444;hp=2d7cf2f2e23df3365c484e3db8142dacafa9a615;hpb=e2ffd59b4d93c9149de1caaa087371b0cfc512c9;p=u-boot diff --git a/include/configs/HUB405.h b/include/configs/HUB405.h index 2d7cf2f2e2..f84e356216 100644 --- a/include/configs/HUB405.h +++ b/include/configs/HUB405.h @@ -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 */ @@ -133,6 +135,8 @@ * NAND-FLASH stuff *----------------------------------------------------------------------- */ +#define CFG_NAND_LEGACY + #define CFG_MAX_NAND_DEVICE 1 /* Max number of NAND devices */ #define SECTORSIZE 512 @@ -264,7 +268,7 @@ /*----------------------------------------------------------------------- * 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)