summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Beare <bruce.j.beare@intel.com>2016-05-06 22:12:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-06 22:12:43 +0000
commita8cff613ed430c11265bb8bf41714a9e7cf22490 (patch)
tree5eaa0712c1e0b25b68763873d273b869d95f6779
parent72ebf11b3aae78feb1a247e399bd45bcf52a4df5 (diff)
parent0c319f499720638f7234feee534579816790e935 (diff)
downloadedison-a8cff613ed430c11265bb8bf41714a9e7cf22490.tar.gz
Move the bootctl HAL to peripheral directory
am: 0c319f4997 * commit '0c319f499720638f7234feee534579816790e935': Move the bootctl HAL to peripheral directory Change-Id: I1f691a3638cc49899e3f1d5c123337d91aff8ace
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index c5a8440..829e84e 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -29,6 +29,8 @@ $(call add_peripheral, intel, audio/generic/usb)
$(call add_peripheral, intel, sensors/mraa)
# Add HW Keystore support
$(call add_peripheral, intel, keystore/chaabi/src)
+# Bootctrl HAL
+$(call add_peripheral, intel, bootctrl)
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456
BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912