]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/PATI.h
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
[people/ms/u-boot.git] / include / configs / PATI.h
index 2676c78fa97f3b0a7df86db53999c7f8185a0938..96150447c71759c34df0b6ab7b933a033b78d6a6 100644 (file)
 #define CFG_ENV_SIZE           2048
 #endif
 
-#undef  CFG_ENV_IS_IN_FLASH
-#ifdef CFG_ENV_IS_IN_FLASH
+#undef  CONFIG_ENV_IS_IN_FLASH
+#ifdef CONFIG_ENV_IS_IN_FLASH
 #define        CFG_ENV_SIZE            0x00002000              /* Set whole sector as env              */
 #define CFG_ENV_OFFSET         ((0 - CFG_FLASH_BASE) - CFG_ENV_SIZE)           /* Environment starts at this adress    */
 #endif