diff options
Diffstat (limited to 'board/icecube/flash.c')
| -rw-r--r-- | board/icecube/flash.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/board/icecube/flash.c b/board/icecube/flash.c index 713011c97..15e86d34f 100644 --- a/board/icecube/flash.c +++ b/board/icecube/flash.c @@ -23,6 +23,7 @@  #include <common.h> +#ifndef CFG_FLASH_CFI_DRIVER  flash_info_t	flash_info[CFG_MAX_FLASH_BANKS]; /* info for FLASH chips	*/  /* NOTE - CONFIG_FLASH_16BIT means the CPU interface is 16-bit, it @@ -489,3 +490,4 @@ static int write_word_amd (flash_info_t *info, FPWV *dest, FPW data)  	return (res);  } +#endif /*CFG_FLASH_CFI_DRIVER*/ |