summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Beare <bruce.j.beare@intel.com>2016-05-03 16:16:27 -0700
committerBruce Beare <bruce.j.beare@intel.com>2016-05-06 14:36:10 -0700
commitdd0652bd73006b48fe582243df07f4aeddb8913c (patch)
tree0602b0bc010fb6a3af7c23e5b8cae78184aa3a05
parent094e0068cd022653fa830a5512296ea9c1f84c4b (diff)
downloadminnowboard-dd0652bd73006b48fe582243df07f4aeddb8913c.tar.gz
Move the bootctl HAL to peripheral directory
BUG=none Tracked-On: https://jira01.devtools.intel.com/browse/BP-287 Change-Id: I7ca51bc767cd60880d11dca1bd92f0109790e040 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
-rw-r--r--BoardConfig.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 7183713..6fa83a1 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -35,9 +35,10 @@ $(call add_peripheral, intel, sensors/mraa)
$(call add_peripheral, intel, console/framebuffer)
# 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)
+# Bootctrl HAL
+$(call add_peripheral, intel, bootctrl)
BOARD_HAVE_BLUETOOTH_LINUX := true