]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/M5249EVB.h
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / include / configs / M5249EVB.h
index de7ea42930f748aaebdca24bec88cd906af39d66..4525e2df2fd0b7ad372ab3664ba7eb69930eef0b 100644 (file)
@@ -41,8 +41,8 @@
 
 #define CONFIG_MCFUART
 #define CFG_UART_PORT          (0)
-#define CONFIG_BAUDRATE                19200
-#define CFG_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
+#define CONFIG_BAUDRATE                115200
+#define CFG_BAUDRATE_TABLE     { 9600 , 19200 , 38400 , 57600, 115200 }
 
 #undef  CONFIG_WATCHDOG
 
 #define CFG_GBL_DATA_OFFSET    (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
 #define CFG_INIT_SP_OFFSET     CFG_GBL_DATA_OFFSET
 
-#define CFG_ENV_IS_IN_FLASH    1
-#define CFG_ENV_OFFSET         0x4000  /* Address of Environment Sector*/
-#define CFG_ENV_SIZE           0x2000  /* Total Size of Environment Sector     */
-#define CFG_ENV_SECT_SIZE      0x2000 /* see README - env sector total size    */
+#define CONFIG_ENV_IS_IN_FLASH 1
+#define CONFIG_ENV_OFFSET              0x4000  /* Address of Environment Sector*/
+#define CONFIG_ENV_SIZE                0x2000  /* Total Size of Environment Sector     */
+#define CONFIG_ENV_SECT_SIZE   0x2000 /* see README - env sector total size    */
 
 /*-----------------------------------------------------------------------
  * Start addresses for the final memory configuration
 #define CFG_FLASH_CFI
 #ifdef CFG_FLASH_CFI
 
-#      define CFG_FLASH_CFI_DRIVER     1
+#      define CONFIG_FLASH_CFI_DRIVER  1
 #      define CFG_FLASH_SIZE           0x1000000       /* Max size that the board might have */
 #      define CFG_FLASH_CFI_WIDTH      FLASH_CFI_16BIT
 #      define CFG_MAX_FLASH_BANKS      1       /* max number of memory banks */