diff options
Diffstat (limited to 'board/sbc2410x/flash.c')
-rw-r--r-- | board/sbc2410x/flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sbc2410x/flash.c b/board/sbc2410x/flash.c index 0c669e4..fa3996d 100644 --- a/board/sbc2410x/flash.c +++ b/board/sbc2410x/flash.c @@ -114,8 +114,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 size; } |