summaryrefslogtreecommitdiffstats
path: root/tools/updater/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/updater/flash.c')
-rw-r--r--tools/updater/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/updater/flash.c b/tools/updater/flash.c
index 99b17195e5..32a17677aa 100644
--- a/tools/updater/flash.c
+++ b/tools/updater/flash.c
@@ -24,7 +24,7 @@
#include <common.h>
#include <flash.h>
-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
OpenPOWER on IntegriCloud