aboutsummaryrefslogtreecommitdiff
path: root/board/siemens/SMN42/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/siemens/SMN42/flash.c')
-rw-r--r--board/siemens/SMN42/flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/siemens/SMN42/flash.c b/board/siemens/SMN42/flash.c
index 7d4977e02..ae64096f8 100644
--- a/board/siemens/SMN42/flash.c
+++ b/board/siemens/SMN42/flash.c
@@ -70,8 +70,8 @@ ulong flash_init (void)
&flash_info[0]);
flash_protect (FLAG_PROTECT_SET,
- CFG_ENV_ADDR,
- CFG_ENV_ADDR + CFG_ENV_SIZE - 1,
+ CONFIG_ENV_ADDR,
+ CONFIG_ENV_ADDR + CONFIG_ENV_SIZE - 1,
&flash_info[0]);
size += ext_flash_init();