diff options
Diffstat (limited to 'board/mousse/flash.c')
-rw-r--r-- | board/mousse/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mousse/flash.c b/board/mousse/flash.c index 2c32b8ffaa8..d729f33f935 100644 --- a/board/mousse/flash.c +++ b/board/mousse/flash.c @@ -50,7 +50,7 @@ int flashLibInited = 0; #define PRIVATE #endif -flash_info_t flash_info[CFG_MAX_FLASH_BANKS]; +flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; #define SLEEP_DELAY 166 #define FLASH_SECTOR_SIZE (64*1024) |