]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/xsengine.h
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
[karo-tx-uboot.git] / include / configs / xsengine.h
index 4d1bdd7b143883e126f8b58be31c2d964517802a..709423dbe0ad3630547a26546a110cd0aaf120ed 100644 (file)
@@ -80,7 +80,7 @@
 
 /* Environment settings */
 #define CONFIG_ENV_OVERWRITE
-#define CFG_ENV_IS_IN_FLASH             1
+#define CONFIG_ENV_IS_IN_FLASH             1
 #define CFG_ENV_ADDR                    (PHYS_FLASH_1 + 0x40000)       /* Addr of Environment Sector (after monitor)*/
 #define CFG_ENV_SECT_SIZE               PHYS_FLASH_SECT_SIZE           /* Size of the Environment Sector */
 #define CFG_ENV_SIZE                    0x4000                         /* 16kB Total Size of Environment Sector */