diff options
Diffstat (limited to 'board/omap730p2/flash.c')
| -rw-r--r-- | board/omap730p2/flash.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/omap730p2/flash.c b/board/omap730p2/flash.c index e7d65157f..2b62bef4d 100644 --- a/board/omap730p2/flash.c +++ b/board/omap730p2/flash.c @@ -108,8 +108,8 @@ unsigned long flash_init (void)  			CFG_FLASH_BASE + monitor_flash_len - 1, &flash_info[0]);  	flash_protect (FLAG_PROTECT_SET, -			CFG_ENV_ADDR, -			CFG_ENV_ADDR + CFG_ENV_SIZE - 1, &flash_info[0]); +			CONFIG_ENV_ADDR, +			CONFIG_ENV_ADDR + CONFIG_ENV_SIZE - 1, &flash_info[0]);  	return size;  } |