]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/zylonite.h
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / include / configs / zylonite.h
index 47ce15d0e01c780517117d74b3bf4683bac3f8d2..148079c000cc5c9d0e2c4710f354891790902832 100644 (file)
@@ -50,7 +50,7 @@
 /*
  * Size of malloc() pool
  */
-#define CFG_MALLOC_LEN     (CFG_ENV_SIZE + 128*1024)
+#define CFG_MALLOC_LEN     (CONFIG_ENV_SIZE + 128*1024)
 #define CFG_GBL_DATA_SIZE      128     /* size in bytes reserved for initial data */
 
 /*
 #define CFG_NO_FLASH           1
 
 #define CONFIG_ENV_IS_IN_NAND  1
-#define CFG_ENV_OFFSET         0x40000
-#define CFG_ENV_OFFSET_REDUND  0x44000
-#define CFG_ENV_SIZE           0x4000
+#define CONFIG_ENV_OFFSET              0x40000
+#define CONFIG_ENV_OFFSET_REDUND       0x44000
+#define CONFIG_ENV_SIZE                0x4000
 
 
 #endif /* __CONFIG_H */