summaryrefslogtreecommitdiffstats
path: root/board/AtmarkTechno/suzaku/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/AtmarkTechno/suzaku/flash.c')
-rw-r--r--board/AtmarkTechno/suzaku/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/AtmarkTechno/suzaku/flash.c b/board/AtmarkTechno/suzaku/flash.c
index 49a06733a5..ce6fae01b4 100644
--- a/board/AtmarkTechno/suzaku/flash.c
+++ b/board/AtmarkTechno/suzaku/flash.c
@@ -24,7 +24,7 @@
#include <common.h>
-flash_info_t flash_info[CFG_MAX_FLASH_BANKS];
+flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS];
unsigned long flash_init(void)
{
OpenPOWER on IntegriCloud