]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/impa7/flash.c
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / board / impa7 / flash.c
index ca76fe832703750926957a1a384788ce52367193..1dea22b3805be0b37cf40242620e51c83918b9d6 100644 (file)
@@ -74,8 +74,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;
 }