diff options
Diffstat (limited to 'board/icu862')
-rw-r--r-- | board/icu862/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/icu862/flash.c b/board/icu862/flash.c index 79e7cc28aec..6315bd95b11 100644 --- a/board/icu862/flash.c +++ b/board/icu862/flash.c @@ -104,7 +104,7 @@ unsigned long flash_init (void) /* monitor protection ON by default */ 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 |