diff options
Diffstat (limited to 'board/hymod')
-rw-r--r-- | board/hymod/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hymod/flash.c b/board/hymod/flash.c index ee052e39593..0a09b4a70e5 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 |