diff options
Diffstat (limited to 'include/configs/io.h')
| -rw-r--r-- | include/configs/io.h | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/include/configs/io.h b/include/configs/io.h index 33743e61a..79ada68ac 100644 --- a/include/configs/io.h +++ b/include/configs/io.h @@ -18,7 +18,7 @@   * Include common defines/options for all AMCC eval boards   */  #define CONFIG_HOSTNAME		io -#define CONFIG_IDENT_STRING	" io 0.05" +#define CONFIG_IDENT_STRING	" io 0.06"  #include "amcc-common.h"  #define CONFIG_BOARD_EARLY_INIT_F @@ -123,7 +123,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 */ @@ -230,6 +229,11 @@  #define CONFIG_SYS_FPGA_COUNT		1 +#define CONFIG_SYS_FPGA_PTR \ +	{ (struct ihs_fpga *)CONFIG_SYS_FPGA0_BASE } + +#define CONFIG_SYS_FPGA_COMMON +  /* Memory Bank 3 (Latches) initialization */  #define CONFIG_SYS_LATCH_BASE		0x7f200000  #define CONFIG_SYS_EBC_PB3AP		0xa2015480 |