diff options
Diffstat (limited to 'board/shannon')
| -rw-r--r-- | board/shannon/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/shannon/flash.c b/board/shannon/flash.c index 8e0f75219..c340fea52 100644 --- a/board/shannon/flash.c +++ b/board/shannon/flash.c @@ -124,7 +124,7 @@ ulong flash_init(void)  #else      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, |