summaryrefslogtreecommitdiffstats
path: root/board/mousse/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/mousse/flash.c')
-rw-r--r--board/mousse/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mousse/flash.c b/board/mousse/flash.c
index 2c32b8ffaa..d729f33f93 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)
OpenPOWER on IntegriCloud