diff options
Diffstat (limited to 'board/netvia')
| -rw-r--r-- | board/netvia/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/netvia/flash.c b/board/netvia/flash.c index 4204c3419..669031f73 100644 --- a/board/netvia/flash.c +++ b/board/netvia/flash.c @@ -66,7 +66,7 @@ unsigned long flash_init(void)  	flash_get_offsets(CFG_FLASH_BASE, &flash_info[0]);  	/* monitor protection ON by default */ -	flash_protect(FLAG_PROTECT_SET, CFG_FLASH_BASE, CFG_FLASH_BASE + CFG_MONITOR_LEN - 1, &flash_info[0]); +	flash_protect(FLAG_PROTECT_SET, CFG_FLASH_BASE, CFG_FLASH_BASE + monitor_flash_len - 1, &flash_info[0]);  	flash_info[0].size = size; |