diff options
Diffstat (limited to 'board/mpl')
-rw-r--r-- | board/mpl/common/flash.c | 2 | ||||
-rw-r--r-- | board/mpl/vcma9/flash.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/mpl/common/flash.c b/board/mpl/common/flash.c index 483d0fff34..563039b9cd 100644 --- a/board/mpl/common/flash.c +++ b/board/mpl/common/flash.c @@ -102,7 +102,7 @@ unsigned long flash_init (void) #if CFG_MONITOR_BASE >= CFG_FLASH_BASE 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 size_b1 = 0 ; diff --git a/board/mpl/vcma9/flash.c b/board/mpl/vcma9/flash.c index c2075da2a5..b442c9d287 100644 --- a/board/mpl/vcma9/flash.c +++ b/board/mpl/vcma9/flash.c @@ -113,7 +113,7 @@ ulong flash_init(void) flash_protect(FLAG_PROTECT_SET, CFG_FLASH_BASE, - CFG_FLASH_BASE + _armboot_end - _armboot_start, + CFG_FLASH_BASE + monitor_flash_len - 1, &flash_info[0]); flash_protect(FLAG_PROTECT_SET, |