]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/scb9328/flash.c
rename CFG_ENV macros to CONFIG_ENV
[people/ms/u-boot.git] / board / scb9328 / flash.c
index 304190cbf62e302e64ed6df1cb80a20d6b87a498..536725af203c295a6c1a79a262bcc321ea99489b 100644 (file)
@@ -142,8 +142,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 SCB9328_FLASH_BANK_SIZE;
 }