diff options
Diffstat (limited to 'common/flash.c')
| -rw-r--r-- | common/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/flash.c b/common/flash.c index b3084137a..2fb3319d4 100644 --- a/common/flash.c +++ b/common/flash.c @@ -28,7 +28,7 @@  #if !defined(CFG_NO_FLASH) -extern flash_info_t  flash_info[CFG_MAX_FLASH_BANKS]; /* info for FLASH chips */ +extern flash_info_t  flash_info[]; /* info for FLASH chips */  /*-----------------------------------------------------------------------   * Functions |