瀏覽代碼

Blackfin: adi boards: enable multi serial support by default

Since this only adds less than 3KiB, enable for all ADI boards.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 14 年之前
父節點
當前提交
e46e8159c9
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      include/configs/bfin_adi_common.h

+ 4 - 0
include/configs/bfin_adi_common.h

@@ -112,6 +112,10 @@
 #ifndef CONFIG_BAUDRATE
 #ifndef CONFIG_BAUDRATE
 # define CONFIG_BAUDRATE	57600
 # define CONFIG_BAUDRATE	57600
 #endif
 #endif
+#ifndef CONFIG_DEBUG_EARLY_SERIAL
+# define CONFIG_SERIAL_MULTI
+# define CONFIG_SYS_BFIN_UART
+#endif
 
 
 /*
 /*
  * Debug Settings
  * Debug Settings