summaryrefslogtreecommitdiff
path: root/board/genietv/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/genietv/flash.c')
-rw-r--r--board/genietv/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/genietv/flash.c b/board/genietv/flash.c
index 2314a53e73..f12d0be552 100644
--- a/board/genietv/flash.c
+++ b/board/genietv/flash.c
@@ -55,7 +55,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