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>
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, 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