summaryrefslogtreecommitdiffstats
path: root/include/configs/bfin_adi_common.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-04-29 23:29:03 -0400
committerMike Frysinger <vapier@gentoo.org>2011-07-12 02:17:45 -0400
commite46e8159c901f369c4260c61afcae8b4d6a50f2f (patch)
tree065103f4d19ebccbd40fadd2d5e36fdb8b515f54 /include/configs/bfin_adi_common.h
parent635f330fc7883a4cc703bc5ea2b90fc7d7f69e10 (diff)
downloadblackbird-obmc-uboot-e46e8159c901f369c4260c61afcae8b4d6a50f2f.tar.gz
blackbird-obmc-uboot-e46e8159c901f369c4260c61afcae8b4d6a50f2f.zip
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>
Diffstat (limited to 'include/configs/bfin_adi_common.h')
-rw-r--r--include/configs/bfin_adi_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h
index 3312681e82..5d78403442 100644
--- a/include/configs/bfin_adi_common.h
+++ b/include/configs/bfin_adi_common.h
@@ -112,6 +112,10 @@
#ifndef CONFIG_BAUDRATE
# define CONFIG_BAUDRATE 57600
#endif
+#ifndef CONFIG_DEBUG_EARLY_SERIAL
+# define CONFIG_SERIAL_MULTI
+# define CONFIG_SYS_BFIN_UART
+#endif
/*
* Debug Settings
OpenPOWER on IntegriCloud