]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/zylonite/flash.c
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / board / zylonite / flash.c
index 883c1ba3b3f2f3ffabbc618e0a0c00438eae9e00..80b520b97629717dc5324f1f212a6b20720cb4a6 100644 (file)
@@ -91,8 +91,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;
 #endif