]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/csb272.h
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
[karo-tx-uboot.git] / include / configs / csb272.h
index 880bee8612ce2ffcb47d5d8006b580528b765e9c..1d6a0775bbb3791ccbde864c9f7d0e985bd4d312 100644 (file)
  * Environment configuration
  *
  */
-#define CFG_ENV_IS_IN_FLASH    1       /* environment is in FLASH      */
+#define CONFIG_ENV_IS_IN_FLASH 1       /* environment is in FLASH      */
 #undef CONFIG_ENV_IS_IN_NVRAM
 #undef CONFIG_ENV_IS_IN_EEPROM
 
 #define CFG_RAMSTART
 #endif
 
-#if defined(CFG_ENV_IS_IN_FLASH)
+#if defined(CONFIG_ENV_IS_IN_FLASH)
 #define CFG_ENV_IN_OWN_SECTOR  1          /* Give Environment own sector */
 #define CFG_ENV_ADDR           0xFFF00000 /* Address of Environment Sector */
 #define        CFG_ENV_SIZE            0x00001000 /* Size of Environment */