]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/canyonlands.h
rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
[people/ms/u-boot.git] / include / configs / canyonlands.h
index 3b5b2809359954d813f526aca1528cade8915d8e..189107448cb78262a53229d6ce1ee790dcfb7a6f 100644 (file)
 #define        CFG_ENV_IS_IN_FLASH     1       /* use FLASH for environment vars */
 #define CFG_NAND_CS            3       /* NAND chip connected to CSx */
 #else
-#define        CFG_ENV_IS_IN_NAND      1       /* use NAND for environment vars  */
+#define        CONFIG_ENV_IS_IN_NAND   1       /* use NAND for environment vars  */
 #define CFG_NAND_CS            0       /* NAND chip connected to CSx */
 #define CFG_ENV_IS_EMBEDDED    1       /* use embedded environment */
 #endif
                                 48, 49, 50, 51, 52, 53, 54, 55, \
                                 56, 57, 58, 59, 60, 61, 62, 63}
 
-#ifdef CFG_ENV_IS_IN_NAND
+#ifdef CONFIG_ENV_IS_IN_NAND
 /*
  * For NAND booting the environment is embedded in the U-Boot image. Please take
  * look at the file board/amcc/canyonlands/u-boot-nand.lds for details.