]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/xm250/flash.c
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / board / xm250 / flash.c
index aab47a0a55c409e7caf9de353a2a1f4d67222a2f..893351eea3863413ffe47c9bbf3e0cac311a940b 100644 (file)
@@ -109,8 +109,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;
 }