rename CFG_ENV macros to CONFIG_ENV
[platform/kernel/u-boot.git] / board / ssv / adnpesc1 / flash.c
index fd8379b..2614068 100644 (file)
@@ -36,7 +36,7 @@
 /*---------------------------------------------------------------------*/
 #define        BANKSZ  (8 * 1024 * 1024)
 #define        SECTSZ  (64 * 1024)
-#define        UBOOTSECS ((CFG_MONITOR_LEN + CFG_ENV_SIZE) / SECTSZ)
+#define        UBOOTSECS ((CFG_MONITOR_LEN + CONFIG_ENV_SIZE) / SECTSZ)
 #define        UBOOTAREA (UBOOTSECS * 64 * 1024)       /* monitor / env area */
 
 /*---------------------------------------------------------------------*/