rename CFG_ENV macros to CONFIG_ENV
[platform/kernel/u-boot.git] / include / configs / smdk6400.h
index 4c5602b..ea65c0e 100644 (file)
@@ -68,7 +68,7 @@
 /*
  * Size of malloc() pool
  */
-#define CFG_MALLOC_LEN         (CFG_ENV_SIZE + 1024 * 1024)
+#define CFG_MALLOC_LEN         (CONFIG_ENV_SIZE + 1024 * 1024)
 #define CFG_GBL_DATA_SIZE      128     /* size in bytes for initial data */
 
 /*
 #define CFG_FLASH_ERASE_TOUT   (5 * CFG_HZ) /* Timeout for Flash Erase */
 #define CFG_FLASH_WRITE_TOUT   (5 * CFG_HZ) /* Timeout for Flash Write */
 
-#define CFG_ENV_SIZE           0x4000  /* Total Size of Environment Sector */
+#define CONFIG_ENV_SIZE                0x4000  /* Total Size of Environment Sector */
 
 /*
  * SMDK6400 board specific data
 /* NAND U-Boot load and start address */
 #define CFG_UBOOT_BASE         (CFG_MAPPED_RAM_BASE + 0x07e00000)
 
-#define CFG_ENV_OFFSET         0x0040000
+#define CONFIG_ENV_OFFSET              0x0040000
 
 /* NAND configuration */
 #define CFG_MAX_NAND_DEVICE    1