diff options
Diffstat (limited to 'board/scb9328')
-rw-r--r-- | board/scb9328/flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/scb9328/flash.c b/board/scb9328/flash.c index 304190cbf62..536725af203 100644 --- a/board/scb9328/flash.c +++ b/board/scb9328/flash.c @@ -142,8 +142,8 @@ ulong flash_init (void) &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 SCB9328_FLASH_BANK_SIZE; } |