diff options
Diffstat (limited to 'board/csb226/flash.c')
| -rw-r--r-- | board/csb226/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/csb226/flash.c b/board/csb226/flash.c index c6cb95e2f..0ee78e6f2 100644 --- a/board/csb226/flash.c +++ b/board/csb226/flash.c @@ -74,7 +74,7 @@ ulong flash_init(void)  	/* Protect monitor and environment sectors */  	flash_protect(FLAG_PROTECT_SET,  			CFG_FLASH_BASE, -			CFG_FLASH_BASE + _armboot_end_data - _armboot_start, +			CFG_FLASH_BASE + monitor_flash_len - 1,  			&flash_info[0]);  	flash_protect(FLAG_PROTECT_SET, |