summaryrefslogtreecommitdiffstats
path: root/board/hymod/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/hymod/flash.c')
-rw-r--r--board/hymod/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hymod/flash.c b/board/hymod/flash.c
index ee052e3959..0a09b4a70e 100644
--- a/board/hymod/flash.c
+++ b/board/hymod/flash.c
@@ -321,7 +321,7 @@ flash_init(void)
#if CFG_MONITOR_BASE == CFG_FLASH_BASE
(void)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