stm32: Correct positioning of declaration
[oweals/u-boot.git] / include / configs / M5208EVBE.h
index a2468c38202b1ca17c5028c5e219a2f6298049d7..f8b1d4af38e5650985bf0db3f9c75c5dab84b9cf 100644 (file)
  */
 #define CONFIG_MCFUART
 #define CONFIG_SYS_UART_PORT           (0)
-#define CONFIG_BAUDRATE                        115200
 
 #undef CONFIG_WATCHDOG
 #define CONFIG_WATCHDOG_TIMEOUT                5000
 
 /* Command line configuration */
-#define CONFIG_CMD_CACHE
-#define CONFIG_CMD_ELF
-#undef CONFIG_CMD_I2C
-#define CONFIG_CMD_MII
-#define CONFIG_CMD_PING
 #define CONFIG_CMD_REGINFO
 
 #define CONFIG_MCFFEC
@@ -64,7 +58,6 @@
 #define CONFIG_SYS_FSL_I2C_OFFSET      0x58000
 #define CONFIG_SYS_IMMR                        CONFIG_SYS_MBAR
 
-#define CONFIG_BOOTDELAY               1       /* autoboot after 5 seconds */
 #define CONFIG_UDP_CHECKSUM
 
 #ifdef CONFIG_MCFFEC
@@ -88,7 +81,6 @@
        ""
 
 #define CONFIG_PRAM            512     /* 512 KB */
-#define CONFIG_SYS_PROMPT      "-> "
 #define CONFIG_SYS_LONGHELP    /* undef to save memory */
 
 #ifdef CONFIG_CMD_KGDB