]> Git Repo - J-u-boot.git/blobdiff - include/configs/c2mon.h
rename CFG_ENV macros to CONFIG_ENV
[J-u-boot.git] / include / configs / c2mon.h
index 17178e9f02e2f8104cbcd1a699afbf05c56a86a5..dca7b477c67dfb724291631f077b878281915ac3 100644 (file)
 #define CFG_FLASH_WRITE_TOUT   500     /* Timeout for Flash Write (in ms)      */
 
 #define        CONFIG_ENV_IS_IN_FLASH  1
-#define        CFG_ENV_OFFSET          0x8000  /*   Offset   of Environment Sector     */
-#define        CFG_ENV_SIZE            0x4000  /* Total Size of Environment Sector     */
+#define        CONFIG_ENV_OFFSET               0x8000  /*   Offset   of Environment Sector     */
+#define        CONFIG_ENV_SIZE         0x4000  /* Total Size of Environment Sector     */
 
 /*-----------------------------------------------------------------------
  * Cache Configuration
This page took 0.027148 seconds and 4 git commands to generate.