rename CFG_ENV macros to CONFIG_ENV
[platform/kernel/u-boot.git] / include / configs / evb4510.h
index 66500c2..63ca2a5 100644 (file)
@@ -51,7 +51,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
 
 /*
@@ -98,7 +98,7 @@
 
 #define CONFIG_BOOTDELAY       2
 #define CONFIG_BOOTCOMMAND     "tftp 100000 uImage"
-/* #define CONFIG_BOOTARGS     "console=ttyS0,19200 initrd=0x100a0040,530K root=/dev/ram keepinitrd" */
+/* #define CONFIG_BOOTARGS     "console=ttyS0,19200 initrd=0x100a0040,530K root=/dev/ram keepinitrd" */
 
 #if defined(CONFIG_CMD_KGDB)
 #define CONFIG_KGDB_BAUDRATE   19200           /* speed to run kgdb serial port */
 #define CFG_FLASH_WRITE_TOUT   (2*CFG_HZ) /* Timeout for Flash Write */
 
 /* environment settings */
-#define CFG_ENV_IS_IN_FLASH
-#undef CFG_ENV_IS_NOWHERE
+#define CONFIG_ENV_IS_IN_FLASH
+#undef CONFIG_ENV_IS_NOWHERE
 
-#define CFG_ENV_ADDR           (CFG_FLASH_BASE + 0x20000) /* environment start address */
-#define CFG_ENV_SECT_SIZE      0x10000    /* Total Size of Environment Sector */
-#define CFG_ENV_SIZE           0x1000     /* max size for environment */
+#define CONFIG_ENV_ADDR                (CFG_FLASH_BASE + 0x20000) /* environment start address */
+#define CONFIG_ENV_SECT_SIZE   0x10000    /* Total Size of Environment Sector */
+#define CONFIG_ENV_SIZE                0x1000     /* max size for environment */
 
 #endif /* __CONFIG_H */