]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/PATI.h
rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
[karo-tx-uboot.git] / include / configs / PATI.h
index 4b37eca7ceeb33cfa6975634cce8a9c48182b4a6..2676c78fa97f3b0a7df86db53999c7f8185a0938 100644 (file)
 #define CFG_FLASH_WRITE_TOUT   600             /* Timeout for Flash Write (in ms)      */
 
 
-#define        CFG_ENV_IS_IN_EEPROM
-#ifdef CFG_ENV_IS_IN_EEPROM
+#define        CONFIG_ENV_IS_IN_EEPROM
+#ifdef CONFIG_ENV_IS_IN_EEPROM
 #define CFG_ENV_OFFSET         0
 #define CFG_ENV_SIZE           2048
 #endif