diff options
Diffstat (limited to 'board/pm520/flash.c')
-rw-r--r-- | board/pm520/flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/pm520/flash.c b/board/pm520/flash.c index c899ad34044..9ec843e11e4 100644 --- a/board/pm520/flash.c +++ b/board/pm520/flash.c @@ -121,8 +121,8 @@ unsigned long flash_init (void) #ifdef CONFIG_ENV_IS_IN_FLASH 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] ); #endif flash_afterinit(flash_info[0].start[0], flash_info[0].size); |