]> Git Repo - J-u-boot.git/blobdiff - board/sacsng/flash.c
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
[J-u-boot.git] / board / sacsng / flash.c
index 52e01def5b1b82fe35eda67234d20b3719d69081..f37be294238ae6c6056569236208d958a10d1908 100644 (file)
@@ -73,7 +73,7 @@ unsigned long flash_init (void)
                      &flash_info[0]);
 #endif
 
-#ifdef CFG_ENV_IS_IN_FLASH
+#ifdef CONFIG_ENV_IS_IN_FLASH
        /* ENV protection ON by default */
        flash_protect(FLAG_PROTECT_SET,
                      CFG_ENV_ADDR,
@@ -90,7 +90,7 @@ unsigned long flash_init (void)
                              &flash_info[1]);
 #endif
 
-#ifdef CFG_ENV_IS_IN_FLASH
+#ifdef CONFIG_ENV_IS_IN_FLASH
                /* ENV protection ON by default */
                flash_protect(FLAG_PROTECT_SET,
                              CFG_ENV_ADDR,
This page took 0.020847 seconds and 4 git commands to generate.