summaryrefslogtreecommitdiffstats
path: root/board/gw8260/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/gw8260/flash.c')
-rw-r--r--board/gw8260/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gw8260/flash.c b/board/gw8260/flash.c
index 532dd194d7..5620a1d8b7 100644
--- a/board/gw8260/flash.c
+++ b/board/gw8260/flash.c
@@ -96,7 +96,7 @@ unsigned long flash_init (void)
#if CFG_MONITOR_BASE >= CFG_FLASH0_BASE
flash_protect(FLAG_PROTECT_SET,
CFG_MONITOR_BASE,
- CFG_MONITOR_BASE+CFG_MONITOR_LEN-1,
+ CFG_MONITOR_BASE+monitor_flash_len-1,
&flash_info[0]);
#endif
OpenPOWER on IntegriCloud