]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/ixdp425/flash.c
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / board / ixdp425 / flash.c
index 704dea86379c54680113ef1aad3b28e4da503b05..0bae9e09ee8cb24ee89aa5d39f3dbf0525ba8882 100644 (file)
@@ -86,8 +86,8 @@ unsigned long 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;
 }