diff options
Diffstat (limited to 'include/configs/dlvision-10g.h')
| -rw-r--r-- | include/configs/dlvision-10g.h | 11 | 
1 files changed, 8 insertions, 3 deletions
| diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h index 17391cddc..68e5246b6 100644 --- a/include/configs/dlvision-10g.h +++ b/include/configs/dlvision-10g.h @@ -18,7 +18,7 @@   * Include common defines/options for all AMCC eval boards   */  #define CONFIG_HOSTNAME		dlvsion-10g -#define CONFIG_IDENT_STRING	" dlvision-10g 0.03" +#define CONFIG_IDENT_STRING	" dlvision-10g 0.05"  #include "amcc-common.h"  #define CONFIG_BOARD_EARLY_INIT_F @@ -123,9 +123,15 @@  #define CONFIG_SYS_FPGA_COUNT		2 +#define CONFIG_SYS_FPGA_PTR { \ +	(struct ihs_fpga *)CONFIG_SYS_FPGA0_BASE, \ +	(struct ihs_fpga *)CONFIG_SYS_FPGA1_BASE } + +#define CONFIG_SYS_FPGA_COMMON +  #define CONFIG_SYS_LATCH0_RESET		0xffff  #define CONFIG_SYS_LATCH0_BOOT		0xffff -#define CONFIG_SYS_LATCH1_RESET		0xffcf +#define CONFIG_SYS_LATCH1_RESET		0xffbf  #define CONFIG_SYS_LATCH1_BOOT		0xffff  #define CONFIG_SYS_FPGA_NO_RFL_HI @@ -145,7 +151,6 @@  #define CONFIG_SYS_FLASH_WRITE_TOUT	500	/* Timeout for Flash Write/ms */  #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE 1	/* use buff'd writes */ -#define CONFIG_SYS_FLASH_PROTECTION	1	/* use hardware flash protect */  #define CONFIG_SYS_FLASH_EMPTY_INFO	/* 'E' for empty sector on flinfo */  #define CONFIG_SYS_FLASH_QUIET_TEST	1	/* no warn upon unknown flash */ |