diff options
Diffstat (limited to 'board/ns9750dev/flash.c')
-rw-r--r-- | board/ns9750dev/flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/ns9750dev/flash.c b/board/ns9750dev/flash.c index e7d65157f75..2b62bef4d97 100644 --- a/board/ns9750dev/flash.c +++ b/board/ns9750dev/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; } |