summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@intel.com>2016-02-12 15:19:42 +0200
committerBruce J Beare <bruce.j.beare@intel.com>2016-02-16 16:51:35 +0000
commit7c58f45a094ddb0d4f8c9eef988c1b12e48322f0 (patch)
tree48d61634ee8e31447e3fabcc6b9a0d9cb56e5198
parentaaf014ddabad1b395ad3d34cea7b52c5a9c8dc07 (diff)
downloadminnowboard-7c58f45a094ddb0d4f8c9eef988c1b12e48322f0.tar.gz
minnowboard: use console/serial peripheralbrillo-m10-releasebrillo-m10-dev
Use console/serial peripheral. BUG=none Change-Id: I9f89ee6a70bf7775920e59298393b26c7c95990f Tracked-On: https://jira01.devtools.intel.com/browse/BP-285 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Signed-off-by: Viorel Suman <viorel.suman@intel.com>
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 4568bab..0642c0a 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -25,6 +25,8 @@ $(call add_peripheral, intel, light/mraa)
$(call add_peripheral, intel, audio/generic/usb)
# Add sensor support
$(call add_peripheral, intel, sensors/mraa)
+# Add serial console support
+$(call add_peripheral, intel, console/serial)
# Enable ADB-over-TCP on port 5555, started at boot
$(call enable_adb_over_tcp, 5555, true)