arm: add uart dcc support
[oweals/u-boot.git] / lib_arm / board.c
index f125d38b0b6c51c228cd154323ec26a7be86d690..09eaaf25c4104d0ebdd4baedde1f8841ea4c730c 100644 (file)
@@ -145,6 +145,9 @@ void inline yellow_LED_off(void)__attribute__((weak, alias("__yellow_LED_off")))
  * but let's get it working (again) first...
  */
 
+#if defined(CONFIG_ARM_DCC) && !defined(CONFIG_BAUDRATE)
+#define CONFIG_BAUDRATE 115200
+#endif
 static int init_baudrate (void)
 {
        char tmp[64];   /* long enough for environment variables */