diff options
Diffstat (limited to 'board/dnp1110/flash.c')
| -rw-r--r-- | board/dnp1110/flash.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/dnp1110/flash.c b/board/dnp1110/flash.c index 60874ba9b..84b820aaa 100644 --- a/board/dnp1110/flash.c +++ b/board/dnp1110/flash.c @@ -88,8 +88,8 @@ unsigned long flash_init (void)  		  &flash_info[0]);      flash_protect(FLAG_PROTECT_SET, -		  CFG_ENV_ADDR, -		  CFG_ENV_ADDR + CFG_ENV_SIZE - 1, +		  CONFIG_ENV_ADDR, +		  CONFIG_ENV_ADDR + CONFIG_ENV_SIZE - 1,  		  &flash_info[0]);      return size; |